Index: content/browser/browser_main.h |
diff --git a/content/browser/browser_main.h b/content/browser/browser_main.h |
index bab45a0285c9b551cd07773ef65535880317f18c..141fe1f91775d08b5aea72103d7c07d315703f73 100644 |
--- a/content/browser/browser_main.h |
+++ b/content/browser/browser_main.h |
@@ -8,6 +8,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
+#include "content/common/content_export.h" |
class BrowserThread; |
class CommandLine; |
@@ -66,7 +67,7 @@ namespace content { |
// method with a well-defined purpose. (Likewise, if you're adding to an |
// existing chunk which makes it longer than one or two lines, please move |
// the code out into a separate method.) |
-class BrowserMainParts { |
+class CONTENT_EXPORT BrowserMainParts { |
public: |
explicit BrowserMainParts(const MainFunctionParams& parameters); |
virtual ~BrowserMainParts(); |