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_unittest.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_unittest.cc
diff --git a/components/sync/core_impl/js_sync_manager_observer_unittest.cc b/components/sync/core_impl/js_sync_manager_observer_unittest.cc
index a5cb115c7b15381113b5190df31f6aa2031c5071..307ef28660a78f8bd7c4446b9ef556accac48df5 100644
--- a/components/sync/core_impl/js_sync_manager_observer_unittest.cc
+++ b/components/sync/core_impl/js_sync_manager_observer_unittest.cc
@@ -46,7 +46,7 @@ class JsSyncManagerObserverTest : public testing::Test {
TEST_F(JsSyncManagerObserverTest, OnInitializationComplete) {
base::DictionaryValue expected_details;
- ModelTypeSet restored_types;
+ syncer::ModelTypeSet restored_types;
restored_types.Put(BOOKMARKS);
restored_types.Put(NIGORI);
expected_details.Set("restoredTypes", ModelTypeSetToValue(restored_types));
« no previous file with comments | « components/sync/core_impl/js_sync_manager_observer.cc ('k') | components/sync/core_impl/model_type_connector_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698