Index: content/common/child_thread.h |
diff --git a/content/common/child_thread.h b/content/common/child_thread.h |
index e1d34e83dd74c3d1e902e2342bbd46db0493320c..8956ff25b4d49fa6ef14b0f3d4bde1060dfc08c8 100644 |
--- a/content/common/child_thread.h |
+++ b/content/common/child_thread.h |
@@ -8,6 +8,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
+#include "content/common/content_export.h" |
#include "content/common/message_router.h" |
#include "webkit/glue/resource_loader_bridge.h" |
@@ -24,8 +25,8 @@ class SyncMessageFilter; |
} |
// The main thread of a child process derives from this class. |
-class ChildThread : public IPC::Channel::Listener, |
- public IPC::Message::Sender { |
+class CONTENT_EXPORT ChildThread : public IPC::Channel::Listener, |
+ public IPC::Message::Sender { |
public: |
// Creates the thread. |
ChildThread(); |