Index: mojo/system/core_impl.h |
diff --git a/mojo/system/core_impl.h b/mojo/system/core_impl.h |
index 1417a06d60a7fa44bc4a328bc17d61a0108ee9e4..cce3a85bb8294ecfd636a21889b44a7e374d18d7 100644 |
--- a/mojo/system/core_impl.h |
+++ b/mojo/system/core_impl.h |
@@ -25,7 +25,7 @@ class CoreTestBase; |
// the (obvious) exception of |Init()|, which must be called first (and the call |
// completed) before making any other calls, all the public methods are |
// thread-safe. |
-class CoreImpl { |
+class SYSTEM_EXPORT CoreImpl { |
Ben Goodger (Google)
2013/10/03 17:45:18
needed so shell's main() can init.
darin (slow to review)
2013/10/04 21:47:14
yeah, with this code broken out as a separate DLL,
Ben Goodger (Google)
2013/10/07 23:48:44
I can think of a variety of ways to make this more
|
public: |
static void Init(); |