| Index: services/js/js_app_bridge_module.cc
|
| diff --git a/services/js/js_app_bridge_module.cc b/services/js/js_app_bridge_module.cc
|
| index 1d873c6ac2def8aaa4b48695a58a254932fd89d6..b27595059aed89248b0c28940553cf91fb4f701e 100644
|
| --- a/services/js/js_app_bridge_module.cc
|
| +++ b/services/js/js_app_bridge_module.cc
|
| @@ -11,7 +11,6 @@
|
| #include "mojo/edk/js/handle.h"
|
| #include "services/js/js_app.h"
|
|
|
| -namespace mojo {
|
| namespace js {
|
|
|
| namespace {
|
| @@ -39,4 +38,3 @@ v8::Local<v8::Value> AppBridge::GetModule(JSApp* js_app, v8::Isolate* isolate) {
|
| }
|
|
|
| } // namespace js
|
| -} // namespace mojo
|
|
|