Index: components/sync/base/cancelation_observer.h |
diff --git a/components/sync/base/cancelation_observer.h b/components/sync/base/cancelation_observer.h |
index bf6b39f9458cf7fff45187431c4aeda03c548f23..898c89021841995e70af102cbcace979127d42c3 100644 |
--- a/components/sync/base/cancelation_observer.h |
+++ b/components/sync/base/cancelation_observer.h |
@@ -5,12 +5,10 @@ |
#ifndef COMPONENTS_SYNC_BASE_CANCELATION_OBSERVER_H_ |
#define COMPONENTS_SYNC_BASE_CANCELATION_OBSERVER_H_ |
-#include "components/sync/base/sync_export.h" |
- |
namespace syncer { |
// Interface for classes that handle signals from the CancelationSignal. |
-class SYNC_EXPORT CancelationObserver { |
+class CancelationObserver { |
public: |
CancelationObserver(); |
virtual ~CancelationObserver() = 0; |