Index: components/sync/model_impl/attachments/attachment_service_impl.h |
diff --git a/components/sync/api_impl/attachments/attachment_service_impl.h b/components/sync/model_impl/attachments/attachment_service_impl.h |
similarity index 90% |
rename from components/sync/api_impl/attachments/attachment_service_impl.h |
rename to components/sync/model_impl/attachments/attachment_service_impl.h |
index b15f4d1d3dd98b153eaea194bdd1b4c41981ab3c..bacc3557b6774b23c1eea38b777cd740ad78f76e 100644 |
--- a/components/sync/api_impl/attachments/attachment_service_impl.h |
+++ b/components/sync/model_impl/attachments/attachment_service_impl.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 COMPONENTS_SYNC_API_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_ |
-#define COMPONENTS_SYNC_API_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_ |
+#ifndef COMPONENTS_SYNC_MODEL_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_ |
+#define COMPONENTS_SYNC_MODEL_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_ |
#include <deque> |
#include <memory> |
@@ -12,12 +12,12 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/threading/non_thread_safe.h" |
-#include "components/sync/api/attachments/attachment_service.h" |
-#include "components/sync/api/attachments/attachment_service_proxy.h" |
-#include "components/sync/api/attachments/attachment_store.h" |
-#include "components/sync/api_impl/attachments/task_queue.h" |
#include "components/sync/engine/attachments/attachment_downloader.h" |
#include "components/sync/engine/attachments/attachment_uploader.h" |
+#include "components/sync/model/attachments/attachment_service.h" |
+#include "components/sync/model/attachments/attachment_service_proxy.h" |
+#include "components/sync/model/attachments/attachment_store.h" |
+#include "components/sync/model_impl/attachments/task_queue.h" |
#include "net/base/network_change_notifier.h" |
namespace syncer { |
@@ -118,4 +118,4 @@ class AttachmentServiceImpl |
} // namespace syncer |
-#endif // COMPONENTS_SYNC_API_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_ |
+#endif // COMPONENTS_SYNC_MODEL_IMPL_ATTACHMENTS_ATTACHMENT_SERVICE_IMPL_H_ |