Index: components/sync/model/attachments/attachment_store.h |
diff --git a/components/sync/api/attachments/attachment_store.h b/components/sync/model/attachments/attachment_store.h |
similarity index 95% |
rename from components/sync/api/attachments/attachment_store.h |
rename to components/sync/model/attachments/attachment_store.h |
index 60f8fb31732ae14143c3f352b969e79108a5edb7..0a5da9088a676a41dc727aaf94f2a5f3a091c249 100644 |
--- a/components/sync/api/attachments/attachment_store.h |
+++ b/components/sync/model/attachments/attachment_store.h |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
-#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
+#ifndef COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_STORE_H_ |
+#define COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_STORE_H_ |
#include <memory> |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/ref_counted.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/model/attachments/attachment.h" |
+#include "components/sync/model/attachments/attachment_id.h" |
+#include "components/sync/model/attachments/attachment_metadata.h" |
namespace base { |
class FilePath; |
@@ -207,4 +207,4 @@ class AttachmentStoreForSync : public AttachmentStore { |
} // namespace syncer |
-#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_STORE_H_ |
+#endif // COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_STORE_H_ |