Index: components/sync/syncable/syncable_util.h |
diff --git a/sync/syncable/syncable_util.h b/components/sync/syncable/syncable_util.h |
similarity index 87% |
rename from sync/syncable/syncable_util.h |
rename to components/sync/syncable/syncable_util.h |
index a5d80a9a8c0fce8fde4c27f1a6fb012388620454..323e532c6918d744bb5967aa6f78d1c397b53532 100644 |
--- a/sync/syncable/syncable_util.h |
+++ b/components/sync/syncable/syncable_util.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_SYNCABLE_SYNCABLE_UTIL_H_ |
-#define SYNC_SYNCABLE_SYNCABLE_UTIL_H_ |
+#ifndef COMPONENTS_SYNC_SYNCABLE_SYNCABLE_UTIL_H_ |
+#define COMPONENTS_SYNC_SYNCABLE_SYNCABLE_UTIL_H_ |
#include <stdint.h> |
#include <string> |
#include <vector> |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/base/model_type.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/sync_export.h" |
namespace tracked_objects { |
class Location; |
@@ -55,4 +55,4 @@ SYNC_EXPORT std::string GenerateSyncableBookmarkHash( |
} // namespace syncable |
} // namespace syncer |
-#endif // SYNC_SYNCABLE_SYNCABLE_UTIL_H_ |
+#endif // COMPONENTS_SYNC_SYNCABLE_SYNCABLE_UTIL_H_ |