| Index: mojo/apps/js/bindings/threading.h
|
| diff --git a/mojo/apps/js/bindings/threading.h b/mojo/apps/js/bindings/threading.h
|
| index 56905ce0d082927484675c2a1e65c7e62bdaf594..74ea8c24a3f0b20473523399a138390b36a6f817 100644
|
| --- a/mojo/apps/js/bindings/threading.h
|
| +++ b/mojo/apps/js/bindings/threading.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef MOJO_APPS_JS_BINDINGS_THREADING_H_
|
| #define MOJO_APPS_JS_BINDINGS_THREADING_H_
|
|
|
| -#include "mojo/public/system/core.h"
|
| +#include "gin/public/wrapper_info.h"
|
| #include "v8/include/v8.h"
|
|
|
| namespace mojo {
|
| @@ -15,6 +15,8 @@ class Threading {
|
| public:
|
| static const char kModuleName[];
|
| static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
|
| + private:
|
| + Threading();
|
| };
|
|
|
| } // namespace apps
|
|
|