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

Unified Diff: components/sync/core/attachments/attachment_service_impl.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_impl.h
diff --git a/components/sync/core/attachments/attachment_service_impl.h b/components/sync/core/attachments/attachment_service_impl.h
index 53aa77c5df79dd41fbadd65a054c7d20e4bae366..2e64218ed6eb11b5d27d964e414e87ae4b6afada 100644
--- a/components/sync/core/attachments/attachment_service_impl.h
+++ b/components/sync/core/attachments/attachment_service_impl.h
@@ -22,7 +22,7 @@
namespace syncer {
// Implementation of AttachmentService.
-class SYNC_EXPORT AttachmentServiceImpl
+class AttachmentServiceImpl
: public AttachmentService,
public net::NetworkChangeNotifier::NetworkChangeObserver,
public base::NonThreadSafe {
« no previous file with comments | « components/sync/core/attachments/attachment_service.h ('k') | components/sync/core/attachments/attachment_service_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698