Index: components/sync/api/attachments/attachment_store_backend.h |
diff --git a/sync/api/attachments/attachment_store_backend.h b/components/sync/api/attachments/attachment_store_backend.h |
similarity index 85% |
rename from sync/api/attachments/attachment_store_backend.h |
rename to components/sync/api/attachments/attachment_store_backend.h |
index 697923ee520fe51a1114f17b4a8faca6845456f1..0aae55b20cc5a424833e574fe6bcf3024382aaae 100644 |
--- a/sync/api/attachments/attachment_store_backend.h |
+++ b/components/sync/api/attachments/attachment_store_backend.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_API_ATTACHMENTS_ATTACHMENT_STORE_BACKEND_H_ |
-#define SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_BACKEND_H_ |
+#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_BACKEND_H_ |
+#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_BACKEND_H_ |
#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_store.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_store.h" |
+#include "components/sync/base/sync_export.h" |
namespace base { |
class SequencedTaskRunner; |
@@ -66,4 +66,4 @@ class SYNC_EXPORT AttachmentStoreBackend { |
} // namespace syncer |
-#endif // SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_BACKEND_H_ |
+#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_BACKEND_H_ |