Index: content/browser/browser_thread_impl.h |
diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h |
index 5c19e92b00a1168f5889da284d5dae001824b3bc..45dce5fcc9bc24c69b6d238c74a17868c368011d 100644 |
--- a/content/browser/browser_thread_impl.h |
+++ b/content/browser/browser_thread_impl.h |
@@ -6,11 +6,12 @@ |
#define CONTENT_BROWSER_BROWSER_THREAD_IMPL_H_ |
#pragma once |
+#include "content/common/content_export.h" |
#include "content/public/browser/browser_thread.h" |
namespace content { |
-class BrowserThreadImpl : public BrowserThread { |
+class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread { |
public: |
explicit BrowserThreadImpl(BrowserThread::ID identifier); |
BrowserThreadImpl(BrowserThread::ID identifier, MessageLoop* message_loop); |