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

Unified Diff: components/sync/api/model_type_store.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
« no previous file with comments | « components/sync/api/model_type_service_unittest.cc ('k') | components/sync/api/model_type_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/model_type_store.h
diff --git a/components/sync/api/model_type_store.h b/components/sync/api/model_type_store.h
index ea5c3ecf6b57ac8b48942f67d32f48ada27b30e0..f3844a900cd1c62356d1a5680eba2dd46aea2da2 100644
--- a/components/sync/api/model_type_store.h
+++ b/components/sync/api/model_type_store.h
@@ -17,7 +17,7 @@ namespace base {
class SequencedTaskRunner;
} // namespace base
-namespace syncer {
+namespace syncer_v2 {
// ModelTypeStore is leveldb backed store for model type's data, metadata and
// global metadata.
@@ -103,7 +103,7 @@ class ModelTypeStore {
//
// In test get task runner from MessageLoop::task_runner().
static void CreateStore(
- const ModelType type,
+ const syncer::ModelType type,
const std::string& path,
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
const InitCallback& callback);
@@ -156,6 +156,6 @@ class ModelTypeStore {
// It will delete all metadata records and global metadata record.
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_API_MODEL_TYPE_STORE_H_
« no previous file with comments | « components/sync/api/model_type_service_unittest.cc ('k') | components/sync/api/model_type_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698