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

Unified Diff: components/sync/core_impl/js_sync_manager_observer.cc

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.cc
diff --git a/components/sync/core_impl/js_sync_manager_observer.cc b/components/sync/core_impl/js_sync_manager_observer.cc
index 33da2a7ba287e44f8bdfa70bf8fd39c899342e70..5d0afa3b1c6c68909211b35fc3d56d83ddc3d8e5 100644
--- a/components/sync/core_impl/js_sync_manager_observer.cc
+++ b/components/sync/core_impl/js_sync_manager_observer.cc
@@ -66,7 +66,7 @@ void JsSyncManagerObserver::OnInitializationComplete(
const WeakHandle<JsBackend>& js_backend,
const WeakHandle<DataTypeDebugInfoListener>& debug_info_listener,
bool success,
- ModelTypeSet restored_types) {
+ syncer::ModelTypeSet restored_types) {
if (!event_handler_.IsInitialized()) {
return;
}
« no previous file with comments | « components/sync/core_impl/js_sync_manager_observer.h ('k') | components/sync/core_impl/js_sync_manager_observer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698