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

Unified Diff: chrome/browser/sync/glue/session_sync_test_helper.cc

Issue 658073004: Rewrites SerializedNavigationEntry to not have any //content member variables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 2 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/glue/session_sync_test_helper.cc
diff --git a/chrome/browser/sync/glue/session_sync_test_helper.cc b/chrome/browser/sync/glue/session_sync_test_helper.cc
index 9e241a9fe4d42f8d5a883e9ac2007357466102f5..29fe6ab1e98d646911bb421c9ad903ad59b060d9 100644
--- a/chrome/browser/sync/glue/session_sync_test_helper.cc
+++ b/chrome/browser/sync/glue/session_sync_test_helper.cc
@@ -82,7 +82,7 @@ void SessionSyncTestHelper::VerifySyncedSession(
ASSERT_EQ(kAppId, tab->extension_app_id);
ASSERT_EQ(1U, tab->navigations.size());
ASSERT_EQ(tab->navigations[0].virtual_url(), GURL(kVirtualUrl));
- ASSERT_EQ(tab->navigations[0].referrer().url, GURL(kReferrer));
+ ASSERT_EQ(tab->navigations[0].referrer_url(), GURL(kReferrer));
ASSERT_EQ(tab->navigations[0].title(),
base::ASCIIToUTF16(kTitle));
ASSERT_EQ(tab->navigations[0].transition_type(),
« no previous file with comments | « chrome/browser/sessions/session_types_unittest.cc ('k') | chrome/browser/sync/test/integration/sessions_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698