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

Unified Diff: components/sync/core/simple_metadata_change_list.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/shutdown_reason.h ('k') | components/sync/core/simple_metadata_change_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/simple_metadata_change_list.h
diff --git a/sync/internal_api/public/simple_metadata_change_list.h b/components/sync/core/simple_metadata_change_list.h
similarity index 77%
rename from sync/internal_api/public/simple_metadata_change_list.h
rename to components/sync/core/simple_metadata_change_list.h
index 798fb0774773a2e6a758db3d582b05be49832e0d..8a130c20db11dc5e5f3b200533e7adf233d46179 100644
--- a/sync/internal_api/public/simple_metadata_change_list.h
+++ b/components/sync/core/simple_metadata_change_list.h
@@ -2,18 +2,18 @@
// 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_SIMPLE_METADATA_CHANGE_LIST_H_
-#define SYNC_INTERNAL_API_PUBLIC_SIMPLE_METADATA_CHANGE_LIST_H_
+#ifndef COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_
+#define COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_
#include <map>
#include <string>
-#include "sync/api/metadata_change_list.h"
-#include "sync/api/model_type_store.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/non_blocking_sync_common.h"
-#include "sync/protocol/data_type_state.pb.h"
-#include "sync/protocol/entity_metadata.pb.h"
+#include "components/sync/api/metadata_change_list.h"
+#include "components/sync/api/model_type_store.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/core/non_blocking_sync_common.h"
+#include "components/sync/protocol/data_type_state.pb.h"
+#include "components/sync/protocol/entity_metadata.pb.h"
namespace syncer_v2 {
@@ -63,4 +63,4 @@ class SYNC_EXPORT SimpleMetadataChangeList : public MetadataChangeList {
} // namespace syncer_v2
-#endif // SYNC_INTERNAL_API_PUBLIC_SIMPLE_METADATA_CHANGE_LIST_H_
+#endif // COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_
« no previous file with comments | « components/sync/core/shutdown_reason.h ('k') | components/sync/core/simple_metadata_change_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698