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

Unified Diff: components/browser_sync/test_profile_sync_service.h

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.h
diff --git a/components/browser_sync/test_profile_sync_service.h b/components/browser_sync/test_profile_sync_service.h
index 5e6b296bd82e9ea860f397c4dcacee06ff76150c..c1f8dc27708ada10b210b85ea5cc8b047ada9964 100644
--- a/components/browser_sync/test_profile_sync_service.h
+++ b/components/browser_sync/test_profile_sync_service.h
@@ -12,9 +12,9 @@
#include "components/sync/js/js_event_handler.h"
#include "components/sync/test/engine/test_id_factory.h"
-namespace sync_driver {
+namespace syncer {
class SyncPrefs;
-} // namespace sync_driver
+} // namespace syncer
namespace browser_sync {
@@ -25,7 +25,7 @@ class TestProfileSyncService : public ProfileSyncService {
~TestProfileSyncService() override;
void OnConfigureDone(
- const sync_driver::DataTypeManager::ConfigureResult& result) override;
+ const syncer::DataTypeManager::ConfigureResult& result) override;
// We implement our own version to avoid some DCHECKs.
syncer::UserShare* GetUserShare() const override;
@@ -35,7 +35,7 @@ class TestProfileSyncService : public ProfileSyncService {
// Raise visibility to ease testing.
using ProfileSyncService::NotifyObservers;
- sync_driver::SyncPrefs* sync_prefs() { return &sync_prefs_; }
+ syncer::SyncPrefs* sync_prefs() { return &sync_prefs_; }
protected:
// Return NULL handle to use in backend initialization to avoid receiving
« no previous file with comments | « components/browser_sync/profile_sync_test_util.cc ('k') | components/browser_sync/test_profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698