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

Unified Diff: components/sync/syncable/syncable_proto_util.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/syncable/syncable_proto_util.h
diff --git a/sync/syncable/syncable_proto_util.h b/components/sync/syncable/syncable_proto_util.h
similarity index 79%
rename from sync/syncable/syncable_proto_util.h
rename to components/sync/syncable/syncable_proto_util.h
index c09ef6fc15ff89f66b38fe4204400a6040b5a95d..49ba6b103007e5c365b6aaaefdc9d2bd5e49cc72 100644
--- a/sync/syncable/syncable_proto_util.h
+++ b/components/sync/syncable/syncable_proto_util.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNCABLE_SYNCABLE_PROTO_UTIL_H_
-#define SYNC_SYNCABLE_SYNCABLE_PROTO_UTIL_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_SYNCABLE_PROTO_UTIL_H_
+#define COMPONENTS_SYNC_SYNCABLE_SYNCABLE_PROTO_UTIL_H_
#include <string>
-#include "sync/base/sync_export.h"
-#include "sync/syncable/syncable_id.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/syncable/syncable_id.h"
namespace sync_pb {
class SyncEntity;
@@ -34,4 +34,4 @@ bool IsRoot(const sync_pb::SyncEntity& entity);
} // namespace syncer
-#endif // SYNC_SYNCABLE_SYNCABLE_PROTO_UTIL_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_SYNCABLE_PROTO_UTIL_H_
« no previous file with comments | « components/sync/syncable/syncable_model_neutral_write_transaction.cc ('k') | components/sync/syncable/syncable_proto_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698