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

Unified Diff: components/sync/core/attachments/fake_attachment_downloader.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/fake_attachment_downloader.h
diff --git a/components/sync/core/attachments/fake_attachment_downloader.h b/components/sync/core/attachments/fake_attachment_downloader.h
index 70543c2ecbebd34d19f3dc4faa30aa2da810afc3..68a224af5dad76ff295d9f05d5b14bacbbb06810 100644
--- a/components/sync/core/attachments/fake_attachment_downloader.h
+++ b/components/sync/core/attachments/fake_attachment_downloader.h
@@ -13,8 +13,8 @@ namespace syncer {
// FakeAttachmentDownloader is for tests. For every request it posts a success
// callback with empty attachment.
-class SYNC_EXPORT FakeAttachmentDownloader : public AttachmentDownloader,
- public base::NonThreadSafe {
+class FakeAttachmentDownloader : public AttachmentDownloader,
+ public base::NonThreadSafe {
public:
FakeAttachmentDownloader();
~FakeAttachmentDownloader() override;
« no previous file with comments | « components/sync/core/attachments/attachment_util.h ('k') | components/sync/core/attachments/fake_attachment_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698