Index: components/sync/api/attachments/attachment_id.h |
diff --git a/sync/api/attachments/attachment_id.h b/components/sync/api/attachments/attachment_id.h |
similarity index 90% |
rename from sync/api/attachments/attachment_id.h |
rename to components/sync/api/attachments/attachment_id.h |
index b90bd4a56deac3ab6114bcd59e26746ae2e562d7..508f7688356c6a0698d1103078a84d53aac5763d 100644 |
--- a/sync/api/attachments/attachment_id.h |
+++ b/components/sync/api/attachments/attachment_id.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_ |
-#define SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_ |
+#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_ |
+#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_ |
#include <stddef.h> |
#include <stdint.h> |
@@ -12,8 +12,8 @@ |
#include <string> |
#include <vector> |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/util/immutable.h" |
+#include "components/sync/base/immutable.h" |
+#include "components/sync/base/sync_export.h" |
namespace sync_pb { |
class AttachmentIdProto; |
@@ -86,4 +86,4 @@ typedef std::set<AttachmentId> AttachmentIdSet; |
} // namespace syncer |
-#endif // SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_ |
+#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_ |