Index: components/sync/core/attachments/attachment_service_proxy.h |
diff --git a/sync/internal_api/public/attachments/attachment_service_proxy.h b/components/sync/core/attachments/attachment_service_proxy.h |
similarity index 90% |
rename from sync/internal_api/public/attachments/attachment_service_proxy.h |
rename to components/sync/core/attachments/attachment_service_proxy.h |
index be3786d721453ddfd039a3232e2b0a792e1aa917..d76aea0f8886929b6d3a3c6e38eac027acccd970 100644 |
--- a/sync/internal_api/public/attachments/attachment_service_proxy.h |
+++ b/components/sync/core/attachments/attachment_service_proxy.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 SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
+#ifndef COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
+#define COMPONENTS_SYNC_CORE_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 "sync/api/attachments/attachment.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/internal_api/public/attachments/attachment_service.h" |
+#include "components/sync/api/attachments/attachment.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/core/attachments/attachment_service.h" |
namespace syncer { |
@@ -104,4 +104,4 @@ class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService { |
} // namespace syncer |
-#endif // SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |
+#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_H_ |