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

Unified Diff: components/sync/model_impl/model_type_store_backend.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
« no previous file with comments | « components/sync/model_impl/DEPS ('k') | components/sync/model_impl/model_type_store_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model_impl/model_type_store_backend.h
diff --git a/components/sync/core/model_type_store_backend.h b/components/sync/model_impl/model_type_store_backend.h
similarity index 95%
rename from components/sync/core/model_type_store_backend.h
rename to components/sync/model_impl/model_type_store_backend.h
index cc1e9d1b3a1235ffd7ae2f36f3fa17e0aa2a4dd0..e7d375d2ba5b8d688032a5fe21d9e1ac1c047319 100644
--- a/components/sync/core/model_type_store_backend.h
+++ b/components/sync/model_impl/model_type_store_backend.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_BACKEND_H_
-#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
+#ifndef COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_BACKEND_H_
+#define COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_BACKEND_H_
#include <memory>
#include <string>
@@ -105,4 +105,4 @@ class ModelTypeStoreBackend
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
+#endif // COMPONENTS_SYNC_MODEL_IMPL_MODEL_TYPE_STORE_BACKEND_H_
« no previous file with comments | « components/sync/model_impl/DEPS ('k') | components/sync/model_impl/model_type_store_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698