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

Unified Diff: components/sync/core/model_type_store_backend.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/core/model_type_processor.cc ('k') | components/sync/core/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/core/model_type_store_backend.h
diff --git a/sync/internal_api/public/model_type_store_backend.h b/components/sync/core/model_type_store_backend.h
similarity index 93%
rename from sync/internal_api/public/model_type_store_backend.h
rename to components/sync/core/model_type_store_backend.h
index b30379943e86a7581de3a88db4b1d8b53d8f6efd..f0aece52c142182e777b9dfe41c6df177e95bb08 100644
--- a/sync/internal_api/public/model_type_store_backend.h
+++ b/components/sync/core/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 SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_BACKEND_H_
-#define SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_BACKEND_H_
+#ifndef COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
+#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
#include <memory>
#include <string>
@@ -12,8 +12,8 @@
#include "base/lazy_instance.h"
#include "base/macros.h"
#include "base/threading/thread_collision_warner.h"
-#include "sync/api/model_type_store.h"
-#include "sync/base/sync_export.h"
+#include "components/sync/api/model_type_store.h"
+#include "components/sync/base/sync_export.h"
namespace leveldb {
class DB;
@@ -106,4 +106,4 @@ class SYNC_EXPORT ModelTypeStoreBackend
} // namespace syncer_v2
-#endif // SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_BACKEND_H_
+#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_BACKEND_H_
« no previous file with comments | « components/sync/core/model_type_processor.cc ('k') | components/sync/core/model_type_store_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698