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

Unified Diff: chrome/browser/browsing_data/history_counter_browsertest.cc

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 3 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/browsing_data/history_counter_browsertest.cc
diff --git a/chrome/browser/browsing_data/history_counter_browsertest.cc b/chrome/browser/browsing_data/history_counter_browsertest.cc
index c790ed9cd0f09c37849647849249d916114afc57..1156af6b97a7fb6f8c5800567ab81917d0d623ed 100644
--- a/chrome/browser/browsing_data/history_counter_browsertest.cc
+++ b/chrome/browser/browsing_data/history_counter_browsertest.cc
@@ -383,7 +383,8 @@ IN_PROC_BROWSER_TEST_F(HistoryCounterTest, DISABLED_RestartOnSyncChange) {
// Set up the Sync client.
ASSERT_TRUE(SetupClients());
static const int kFirstProfileIndex = 0;
- ProfileSyncService* sync_service = GetSyncService(kFirstProfileIndex);
+ browser_sync::ProfileSyncService* sync_service =
+ GetSyncService(kFirstProfileIndex);
Profile* profile = GetProfile(kFirstProfileIndex);
// Set up the fake web history service and the counter.
« no previous file with comments | « chrome/browser/autocomplete/search_provider_unittest.cc ('k') | chrome/browser/chromeos/extensions/input_method_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698