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

Unified Diff: components/browser_sync/test_profile_sync_service.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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: components/browser_sync/test_profile_sync_service.cc
diff --git a/components/browser_sync/test_profile_sync_service.cc b/components/browser_sync/test_profile_sync_service.cc
index 80b3349a83a16a4a1dc5245727079cf142323b7e..c7222ae5ea063d863d8a245180eb7369f106270a 100644
--- a/components/browser_sync/test_profile_sync_service.cc
+++ b/components/browser_sync/test_profile_sync_service.cc
@@ -24,7 +24,7 @@ TestProfileSyncService::TestProfileSyncService(
TestProfileSyncService::~TestProfileSyncService() {}
void TestProfileSyncService::OnConfigureDone(
- const sync_driver::DataTypeManager::ConfigureResult& result) {
+ const syncer::DataTypeManager::ConfigureResult& result) {
ProfileSyncService::OnConfigureDone(result);
base::MessageLoop::current()->QuitWhenIdle();
}
« no previous file with comments | « components/browser_sync/test_profile_sync_service.h ('k') | components/browsing_data/core/counters/history_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698