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

Unified Diff: components/sync/base/cancelation_signal.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
« no previous file with comments | « components/sync/base/cancelation_observer.h ('k') | components/sync/base/cryptographer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/cancelation_signal.h
diff --git a/components/sync/base/cancelation_signal.h b/components/sync/base/cancelation_signal.h
index 9189b4705f4d26809048aef97a11f1d84797611d..6740743f8e129d6facc3e3960bcf245439c0e6f1 100644
--- a/components/sync/base/cancelation_signal.h
+++ b/components/sync/base/cancelation_signal.h
@@ -6,7 +6,6 @@
#define COMPONENTS_SYNC_BASE_CANCELATION_SIGNAL_H_
#include "base/synchronization/lock.h"
-#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -31,7 +30,7 @@ class CancelationObserver;
//
// This class supports only one handler, though it could easily support multiple
// observers if we found a use case for such a feature.
-class SYNC_EXPORT CancelationSignal {
+class CancelationSignal {
public:
CancelationSignal();
~CancelationSignal();
« no previous file with comments | « components/sync/base/cancelation_observer.h ('k') | components/sync/base/cryptographer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698