Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: components/sync/core/attachments/attachment_service_proxy_for_test.h

Issue 2240613002: [Sync] Convert sync to a static library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try getting rid of sync_core source set. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698