Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: mojo/edk/js/mojo_runner_delegate.h

Issue 2405903003: Make //mojo/edk/js a component. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/js/js_export.h ('k') | mojo/edk/js/support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/mojo_runner_delegate.h
diff --git a/mojo/edk/js/mojo_runner_delegate.h b/mojo/edk/js/mojo_runner_delegate.h
index a76460c56f400c1b13093db8a1f7d8e2016b7dd4..9ab325c8dfb484e4895cddd9f226c2e4db109dc8 100644
--- a/mojo/edk/js/mojo_runner_delegate.h
+++ b/mojo/edk/js/mojo_runner_delegate.h
@@ -7,13 +7,14 @@
#include "base/macros.h"
#include "gin/modules/module_runner_delegate.h"
+#include "mojo/edk/js/js_export.h"
#include "mojo/public/c/system/core.h"
namespace mojo {
namespace edk {
namespace js {
-class MojoRunnerDelegate : public gin::ModuleRunnerDelegate {
+class MOJO_JS_EXPORT MojoRunnerDelegate : public gin::ModuleRunnerDelegate {
public:
MojoRunnerDelegate();
~MojoRunnerDelegate() override;
« no previous file with comments | « mojo/edk/js/js_export.h ('k') | mojo/edk/js/support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698