Index: content/app/mojo/mojo_init.h |
diff --git a/content/app/mojo/mojo_init.h b/content/app/mojo/mojo_init.h |
index 785c910845c6a2e80523ab8d2df8daa3c1b182a4..cbfb8b01eed2d3588aaca03b4edba287fee6e083 100644 |
--- a/content/app/mojo/mojo_init.h |
+++ b/content/app/mojo/mojo_init.h |
@@ -5,12 +5,14 @@ |
#ifndef CONTENT_APP_MOJO_MOJO_INIT_H_ |
#define CONTENT_APP_MOJO_MOJO_INIT_H_ |
+#include "content/common/content_export.h" |
+ |
namespace content { |
// Perform any necessary Mojo initialization. |
-void InitializeMojo(); |
+CONTENT_EXPORT void InitializeMojo(); |
-void ShutdownMojo(); |
+CONTENT_EXPORT void ShutdownMojo(); |
} // namespace content |