Index: components/sync/base/weak_handle.h |
diff --git a/components/sync/base/weak_handle.h b/components/sync/base/weak_handle.h |
index 4dda6e921a659a4edfa61e52611081838fd78a78..54fa9d74969d88c548afa67066f4f7a52686223a 100644 |
--- a/components/sync/base/weak_handle.h |
+++ b/components/sync/base/weak_handle.h |
@@ -59,7 +59,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
#include "base/single_thread_task_runner.h" |
-#include "components/sync/base/sync_export.h" |
namespace tracked_objects { |
class Location; |
@@ -76,7 +75,7 @@ namespace internal { |
// Base class for WeakHandleCore<T> to avoid template bloat. Handles |
// the interaction with the owner thread and its message loop. |
-class SYNC_EXPORT WeakHandleCoreBase { |
+class WeakHandleCoreBase { |
public: |
// Assumes the current thread is the owner thread. |
WeakHandleCoreBase(); |