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

Unified Diff: components/sync/protocol/proto_enum_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_enum_conversions.h
diff --git a/sync/protocol/proto_enum_conversions.h b/components/sync/protocol/proto_enum_conversions.h
similarity index 83%
rename from sync/protocol/proto_enum_conversions.h
rename to components/sync/protocol/proto_enum_conversions.h
index c379d01a211e4320bd5480df000b31111e853dbd..f5cb756eeee70e3bf37ccb01f148c32dac6c277c 100644
--- a/sync/protocol/proto_enum_conversions.h
+++ b/components/sync/protocol/proto_enum_conversions.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
-#define SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
+#ifndef COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
+#define COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
// Keep this file in sync with the .proto files in this directory.
-#include "sync/base/sync_export.h"
-#include "sync/protocol/app_list_specifics.pb.h"
-#include "sync/protocol/app_specifics.pb.h"
-#include "sync/protocol/client_debug_info.pb.h"
-#include "sync/protocol/session_specifics.pb.h"
-#include "sync/protocol/sync.pb.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/protocol/app_list_specifics.pb.h"
+#include "components/sync/protocol/app_specifics.pb.h"
+#include "components/sync/protocol/client_debug_info.pb.h"
+#include "components/sync/protocol/session_specifics.pb.h"
+#include "components/sync/protocol/sync.pb.h"
// Utility functions to get the string equivalent for some sync proto
// enums.
@@ -79,4 +79,4 @@ const char* GetBlockedStateString(sync_pb::TabNavigation::BlockedState state);
} // namespace syncer
-#endif // SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
+#endif // COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
« no previous file with comments | « components/sync/protocol/priority_preference_specifics.proto ('k') | components/sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698