summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/session_sync_test_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/session_sync_test_helper.cc')
-rw-r--r--chrome/browser/sync/glue/session_sync_test_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/session_sync_test_helper.cc b/chrome/browser/sync/glue/session_sync_test_helper.cc
index 401db7c..d908288 100644
--- a/chrome/browser/sync/glue/session_sync_test_helper.cc
+++ b/chrome/browser/sync/glue/session_sync_test_helper.cc
@@ -84,7 +84,7 @@ void SessionSyncTestHelper::VerifySyncedSession(
ASSERT_EQ(tab->navigations[0].virtual_url(), GURL(kVirtualUrl));
ASSERT_EQ(tab->navigations[0].referrer().url, GURL(kReferrer));
ASSERT_EQ(tab->navigations[0].title(),
- base::string16(ASCIIToUTF16(kTitle)));
+ base::ASCIIToUTF16(kTitle));
ASSERT_EQ(tab->navigations[0].transition_type(),
content::PAGE_TRANSITION_TYPED);
}