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

Unified Diff: components/sync/protocol/proto_value_conversions.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/protocol/proto_value_conversions.h
diff --git a/sync/protocol/proto_value_conversions.h b/components/sync/protocol/proto_value_conversions.h
similarity index 98%
rename from sync/protocol/proto_value_conversions.h
rename to components/sync/protocol/proto_value_conversions.h
index 311ed14afca5bf13589308eb979afd08606b7628..36731f3c4c59b2515f963fa03a1ecac7c2d5b59f 100644
--- a/sync/protocol/proto_value_conversions.h
+++ b/components/sync/protocol/proto_value_conversions.h
@@ -4,12 +4,12 @@
// Keep this file in sync with the .proto files in this directory.
-#ifndef SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
-#define SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
+#ifndef COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
+#define COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
#include <memory>
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace base {
class DictionaryValue;
@@ -317,4 +317,4 @@ SYNC_EXPORT std::unique_ptr<base::DictionaryValue> AttachmentIdProtoToValue(
} // namespace syncer
-#endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
+#endif // COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
« no previous file with comments | « components/sync/protocol/proto_enum_conversions_unittest.cc ('k') | components/sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698