Index: components/sync/api/attachments/attachment_store.h |
diff --git a/sync/api/attachments/attachment_store.h b/components/sync/api/attachments/attachment_store.h |
similarity index 95% |
rename from sync/api/attachments/attachment_store.h |
rename to components/sync/api/attachments/attachment_store.h |
index 6c86b5c13a5c2521173cb9738dc6daf731709091..8814771772c68d919084d1ec731e1da1b3a2517d 100644 |
--- a/sync/api/attachments/attachment_store.h |
+++ b/components/sync/api/attachments/attachment_store.h |
@@ -2,18 +2,18 @@ |
// 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_STORE_H_ |
-#define SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
+#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
+#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
#include <memory> |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/ref_counted.h" |
-#include "sync/api/attachments/attachment.h" |
-#include "sync/api/attachments/attachment_id.h" |
-#include "sync/api/attachments/attachment_metadata.h" |
-#include "sync/base/sync_export.h" |
+#include "components/sync/api/attachments/attachment.h" |
+#include "components/sync/api/attachments/attachment_id.h" |
+#include "components/sync/api/attachments/attachment_metadata.h" |
+#include "components/sync/base/sync_export.h" |
namespace base { |
class FilePath; |
@@ -208,4 +208,4 @@ class SYNC_EXPORT AttachmentStoreForSync : public AttachmentStore { |
} // namespace syncer |
-#endif // SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
+#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |