| Index: components/sync/model/attachments/attachment_service_proxy_for_test.h
|
| diff --git a/components/sync/api/attachments/attachment_service_proxy_for_test.h b/components/sync/model/attachments/attachment_service_proxy_for_test.h
|
| similarity index 82%
|
| rename from components/sync/api/attachments/attachment_service_proxy_for_test.h
|
| rename to components/sync/model/attachments/attachment_service_proxy_for_test.h
|
| index be46ec17f630d733c919f2030dca9f295df61b16..bcf7a0b52a22c27b7b0d5b7547ceef2eca86c320 100644
|
| --- a/components/sync/api/attachments/attachment_service_proxy_for_test.h
|
| +++ b/components/sync/model/attachments/attachment_service_proxy_for_test.h
|
| @@ -2,14 +2,14 @@
|
| // 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_FOR_TEST_H_
|
| -#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
| +#ifndef COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
| +#define COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/sync/api/attachments/attachment_service_proxy.h"
|
| +#include "components/sync/model/attachments/attachment_service_proxy.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -48,4 +48,4 @@ class AttachmentServiceProxyForTest : public AttachmentServiceProxy {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
| +#endif // COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
|
|