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_ |