Index: chrome/browser/sync/test/integration/sessions_helper.h |
diff --git a/chrome/browser/sync/test/integration/sessions_helper.h b/chrome/browser/sync/test/integration/sessions_helper.h |
index ab7ebc0c4b04e2ad5a1663bcabd84f7094ca8203..8b04df985d3c1c14226b4a74f2bb45efd377527d 100644 |
--- a/chrome/browser/sync/test/integration/sessions_helper.h |
+++ b/chrome/browser/sync/test/integration/sessions_helper.h |
@@ -71,8 +71,8 @@ void SortSyncedSessions(SyncedSessionVector* sessions); |
// Compares two tab navigations base on the parameters we sync. |
// (Namely, we don't sync state or type mask) |
-bool NavigationEquals(const TabNavigation& expected, |
- const TabNavigation& actual); |
+bool NavigationEquals(const sessions::SerializedNavigationEntry& expected, |
+ const sessions::SerializedNavigationEntry& actual); |
// Verifies that two SessionWindows match. |
// Returns: |