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

Unified Diff: components/sync/api/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/api/metadata_batch.cc ('k') | components/sync/api/mock_model_type_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/metadata_change_list.h
diff --git a/sync/api/metadata_change_list.h b/components/sync/api/metadata_change_list.h
similarity index 89%
rename from sync/api/metadata_change_list.h
rename to components/sync/api/metadata_change_list.h
index 53c8e2424f18a84b4489d0ab6e8c21faba869361..13d329998b9e30ab8238ae1e6660fce26aa60df6 100644
--- a/sync/api/metadata_change_list.h
+++ b/components/sync/api/metadata_change_list.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_API_METADATA_CHANGE_LIST_H_
-#define SYNC_API_METADATA_CHANGE_LIST_H_
+#ifndef COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
+#define COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
#include <string>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace sync_pb {
class DataTypeState;
@@ -49,4 +49,4 @@ class SYNC_EXPORT MetadataChangeList {
} // namespace syncer_v2
-#endif // SYNC_API_METADATA_CHANGE_LIST_H_
+#endif // COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
« no previous file with comments | « components/sync/api/metadata_batch.cc ('k') | components/sync/api/mock_model_type_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698