| Index: components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_service_proxy_for_test.h b/components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| similarity index 80%
|
| rename from sync/internal_api/public/attachments/attachment_service_proxy_for_test.h
|
| rename to components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| index 54e2c960fece03f2ae6316dbf33f9afeb7b91931..f9edcf66f5cf8c92932ac77d8b45121136ac7d12 100644
|
| --- a/sync/internal_api/public/attachments/attachment_service_proxy_for_test.h
|
| +++ b/components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| @@ -2,15 +2,15 @@
|
| // 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_FOR_TEST_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
| +#define COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/attachments/attachment_service_proxy.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/core/attachments/attachment_service_proxy.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -50,4 +50,4 @@ class SYNC_EXPORT AttachmentServiceProxyForTest
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
| +#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
|
|
|