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

Unified Diff: components/sync/core_impl/test/model_type_store_test_util.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/test/model_type_store_test_util.cc
diff --git a/components/sync/core_impl/test/model_type_store_test_util.cc b/components/sync/core_impl/test/model_type_store_test_util.cc
index e594b8487e1716cea008b1733a31600ae37aee7e..76a7b28796b58b5047e6008dbc643b116ea08302 100644
--- a/components/sync/core_impl/test/model_type_store_test_util.cc
+++ b/components/sync/core_impl/test/model_type_store_test_util.cc
@@ -10,7 +10,7 @@
#include "base/run_loop.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace syncer {
+namespace syncer_v2 {
using Result = ModelTypeStore::Result;
@@ -47,4 +47,4 @@ void ModelTypeStoreTestUtil::MoveStoreToCallback(
callback.Run(Result::SUCCESS, std::move(store));
}
-} // namespace syncer
+} // namespace syncer_v2

Powered by Google App Engine
This is Rietveld 408576698