Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2619)

Unified Diff: chrome/browser/sync/test/integration/sessions_helper.h

Issue 14497003: Moves TabNavigation into components/sessions and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..f236fd0c1eb4c8557002ceff7ea4df3eac99552e 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 components::SerializedNavigationEntry& expected,
+ const components::SerializedNavigationEntry& actual);
// Verifies that two SessionWindows match.
// Returns:

Powered by Google App Engine
This is Rietveld 408576698