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

Unified Diff: ios/chrome/browser/sync/sync_observer_bridge.mm

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
« no previous file with comments | « ios/chrome/browser/sync/sync_observer_bridge.h ('k') | ios/chrome/browser/sync/sync_setup_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sync/sync_observer_bridge.mm
diff --git a/ios/chrome/browser/sync/sync_observer_bridge.mm b/ios/chrome/browser/sync/sync_observer_bridge.mm
index 8ec52298c66d820906daee0674159a3f1b8c6622..0f32c9f25356f64ca39dd9450faab6003f1c0f78 100644
--- a/ios/chrome/browser/sync/sync_observer_bridge.mm
+++ b/ios/chrome/browser/sync/sync_observer_bridge.mm
@@ -8,7 +8,7 @@
#include "components/sync/driver/sync_service.h"
SyncObserverBridge::SyncObserverBridge(id<SyncObserverModelBridge> delegate,
- sync_driver::SyncService* sync_service)
+ syncer::SyncService* sync_service)
: delegate_(delegate), scoped_observer_(this) {
DCHECK(delegate);
if (sync_service)
« no previous file with comments | « ios/chrome/browser/sync/sync_observer_bridge.h ('k') | ios/chrome/browser/sync/sync_setup_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698