Index: components/sync/model/attachments/attachment_service_proxy.h |
diff --git a/components/sync/api/attachments/attachment_service_proxy.h b/components/sync/model/attachments/attachment_service_proxy.h |
similarity index 91% |
rename from components/sync/api/attachments/attachment_service_proxy.h |
rename to components/sync/model/attachments/attachment_service_proxy.h |
index 421704dd358c52839498b24e966baa1662eac9c5..946aa88720c8cac52fde50c4d411b47f82475ceb 100644 |
--- a/components/sync/api/attachments/attachment_service_proxy.h |
+++ b/components/sync/model/attachments/attachment_service_proxy.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 COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
-#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
+#ifndef COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
+#define COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
#include "base/callback.h" |
#include "base/macros.h" |
#include "base/memory/weak_ptr.h" |
#include "base/sequenced_task_runner.h" |
#include "base/task_runner.h" |
-#include "components/sync/api/attachments/attachment.h" |
-#include "components/sync/api/attachments/attachment_service.h" |
+#include "components/sync/model/attachments/attachment.h" |
+#include "components/sync/model/attachments/attachment_service.h" |
namespace syncer { |
@@ -103,4 +103,4 @@ class AttachmentServiceProxy : public AttachmentService { |
} // namespace syncer |
-#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
+#endif // COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |