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

Unified Diff: components/sync/api/model_type_store.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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/api/model_type_store.h
diff --git a/components/sync/api/model_type_store.h b/components/sync/api/model_type_store.h
index f3844a900cd1c62356d1a5680eba2dd46aea2da2..ea5c3ecf6b57ac8b48942f67d32f48ada27b30e0 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_v2 {
+namespace syncer {
// 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 syncer::ModelType type,
+ const 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_v2
+} // namespace syncer
#endif // COMPONENTS_SYNC_API_MODEL_TYPE_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698