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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 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_file_system/sync_file_system_service.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
index 78b4f5b4c90562efa4a2522ccd57a4f2f3e4c5f1..d9435cd97025d8f78448bbaf65051eaab25c0ea5 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.h
+++ b/chrome/browser/sync_file_system/sync_file_system_service.h
@@ -32,7 +32,7 @@ namespace storage {
class FileSystemContext;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
@@ -46,7 +46,7 @@ class SyncEventObserver;
class SyncFileSystemService
: public KeyedService,
public SyncProcessRunner::Client,
- public syncer::SyncServiceObserver,
+ public sync_driver::SyncServiceObserver,
public FileStatusObserver,
public extensions::ExtensionRegistryObserver,
public base::SupportsWeakPtr<SyncFileSystemService> {
@@ -147,7 +147,7 @@ class SyncFileSystemService
void OnExtensionLoaded(content::BrowserContext* browser_context,
const extensions::Extension* extension) override;
- // syncer::SyncServiceObserver implementation.
+ // sync_driver::SyncServiceObserver implementation.
void OnStateChanged() override;
// SyncFileStatusObserver implementation.
@@ -160,7 +160,7 @@ class SyncFileSystemService
// Check the profile's sync preference settings and call
// remote_file_service_->SetSyncEnabled() to update the status.
// |profile_sync_service| must be non-null.
- void UpdateSyncEnabledStatus(syncer::SyncService* profile_sync_service);
+ void UpdateSyncEnabledStatus(sync_driver::SyncService* profile_sync_service);
// Runs the SyncProcessRunner method of all sync runners (e.g. for Local sync
// and Remote sync).

Powered by Google App Engine
This is Rietveld 408576698