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

Unified Diff: components/sync/core_impl/js_sync_manager_observer.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: components/sync/core_impl/js_sync_manager_observer.h
diff --git a/components/sync/core_impl/js_sync_manager_observer.h b/components/sync/core_impl/js_sync_manager_observer.h
index 1e74ea0f7b20e96066b8a356bcbff5ce72e09689..fe380a7e28a81f6db4a7990d0ef789ec7212aae7 100644
--- a/components/sync/core_impl/js_sync_manager_observer.h
+++ b/components/sync/core_impl/js_sync_manager_observer.h
@@ -37,10 +37,10 @@ class JsSyncManagerObserver : public SyncManager::Observer {
const WeakHandle<JsBackend>& js_backend,
const WeakHandle<DataTypeDebugInfoListener>& debug_info_listener,
bool success,
- ModelTypeSet restored_types) override;
+ syncer::ModelTypeSet restored_types) override;
void OnActionableError(const SyncProtocolError& sync_protocol_error) override;
void OnProtocolEvent(const ProtocolEvent& event) override;
- void OnMigrationRequested(ModelTypeSet types) override;
+ void OnMigrationRequested(syncer::ModelTypeSet types) override;
private:
void HandleJsEvent(const tracked_objects::Location& from_here,

Powered by Google App Engine
This is Rietveld 408576698