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_ |