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