| Index: components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| diff --git a/components/sync/core/attachments/attachment_service_proxy_for_test.h b/components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| index f9edcf66f5cf8c92932ac77d8b45121136ac7d12..c47aec41630f54f579854b5948be5cd923a503b1 100644
|
| --- a/components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| +++ b/components/sync/core/attachments/attachment_service_proxy_for_test.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/core/attachments/attachment_service_proxy.h"
|
|
|
| namespace syncer {
|
| @@ -19,8 +18,7 @@ namespace syncer {
|
| // Constructs and owns an AttachmentService suitable for use in tests.
|
| // NOTE: This class does not require the current thread to have a MessageLoop,
|
| // however all methods will effectively become no-op stubs in that case.
|
| -class SYNC_EXPORT AttachmentServiceProxyForTest
|
| - : public AttachmentServiceProxy {
|
| +class AttachmentServiceProxyForTest : public AttachmentServiceProxy {
|
| public:
|
| static AttachmentServiceProxy Create();
|
| ~AttachmentServiceProxyForTest() override;
|
|
|