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

Unified Diff: components/sync/syncable/syncable_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/syncable/syncable_enum_conversions.h
diff --git a/sync/syncable/syncable_enum_conversions.h b/components/sync/syncable/syncable_enum_conversions.h
similarity index 84%
rename from sync/syncable/syncable_enum_conversions.h
rename to components/sync/syncable/syncable_enum_conversions.h
index 2d85cdde26e87773c11d62f5be1c46345898a7e5..18fc23f2c621b5c430cb2a03bc8a8e04e8e9d410 100644
--- a/sync/syncable/syncable_enum_conversions.h
+++ b/components/sync/syncable/syncable_enum_conversions.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_ENUM_CONVERSIONS_H_
-#define SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
+#define COMPONENTS_SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
// Keep this file in sync with entry_kernel.h.
-#include "sync/base/sync_export.h"
-#include "sync/syncable/entry_kernel.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/syncable/entry_kernel.h"
// Utility functions to get the string equivalent for some syncable
// enums.
@@ -52,4 +52,4 @@ SYNC_EXPORT const char* GetBitTempString(BitTemp bit_temp);
} // namespace syncable
} // namespace syncer
-#endif // SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_SYNCABLE_ENUM_CONVERSIONS_H_
« no previous file with comments | « components/sync/syncable/syncable_delete_journal.cc ('k') | components/sync/syncable/syncable_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698