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

Unified Diff: components/sync/model_impl/model_type_store_impl.h

Issue 2416823003: [Sync] Move some things from core/ to model(_impl)/. (Closed)
Patch Set: Rebase. 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/model_impl/model_type_store_impl.h
diff --git a/components/sync/core/model_type_store_impl.h b/components/sync/model_impl/model_type_store_impl.h
similarity index 96%
rename from components/sync/core/model_type_store_impl.h
rename to components/sync/model_impl/model_type_store_impl.h
index c1b089d41f7273c31652043a6cd0feb99c4b927b..57bb9807d4fd44b9dafa0d4e64e97477f171f1ed 100644
--- a/components/sync/core/model_type_store_impl.h
+++ b/components/sync/model_impl/model_type_store_impl.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_
-#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_
+#ifndef COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_IMPL_H_
+#define COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_IMPL_H_
#include <memory>
#include <string>
@@ -120,4 +120,4 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_
+#endif // COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_IMPL_H_
« no previous file with comments | « components/sync/model_impl/model_type_store_backend_unittest.cc ('k') | components/sync/model_impl/model_type_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698