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

Unified Diff: components/sync/core/model_type_store_impl.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
Index: components/sync/core/model_type_store_impl.h
diff --git a/sync/internal_api/public/model_type_store_impl.h b/components/sync/core/model_type_store_impl.h
similarity index 94%
rename from sync/internal_api/public/model_type_store_impl.h
rename to components/sync/core/model_type_store_impl.h
index 144f1092e554cff5100609e23eb0f70f92b00960..7c8ff21a0f556bb3d38aed09788169b8dfa61bb4 100644
--- a/sync/internal_api/public/model_type_store_impl.h
+++ b/components/sync/core/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 SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_IMPL_H_
-#define SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_IMPL_H_
+#ifndef COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_
+#define COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_
#include <memory>
#include <string>
@@ -11,8 +11,8 @@
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
-#include "sync/api/model_type_store.h"
-#include "sync/internal_api/public/base/model_type.h"
+#include "components/sync/api/model_type_store.h"
+#include "components/sync/base/model_type.h"
namespace leveldb {
class WriteBatch;
@@ -120,4 +120,4 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
} // namespace syncer_v2
-#endif // SYNC_INTERNAL_API_PUBLIC_MODEL_TYPE_STORE_IMPL_H_
+#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_STORE_IMPL_H_
« no previous file with comments | « components/sync/core/model_type_store_backend_unittest.cc ('k') | components/sync/core/model_type_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698