| Index: mojo/bindings/js/handle_close_observer.h
|
| diff --git a/mojo/bindings/js/handle_close_observer.h b/mojo/bindings/js/handle_close_observer.h
|
| index 854603ef5d9203dcfb1be496f8a1543dd3050b4e..8f1946652c79b0f2cba118bee2c2ead2bd6d0859 100644
|
| --- a/mojo/bindings/js/handle_close_observer.h
|
| +++ b/mojo/bindings/js/handle_close_observer.h
|
| @@ -5,7 +5,8 @@
|
| #ifndef MOJO_BINDINGS_JS_HANDLE_CLOSE_OBSERVER_H_
|
| #define MOJO_BINDINGS_JS_HANDLE_CLOSE_OBSERVER_H_
|
|
|
| -namespace gin {
|
| +namespace mojo {
|
| +namespace js {
|
|
|
| class HandleCloseObserver {
|
| public:
|
| @@ -15,6 +16,7 @@ class HandleCloseObserver {
|
| virtual ~HandleCloseObserver() {}
|
| };
|
|
|
| -} // namespace gin
|
| +} // namespace js
|
| +} // namespace mojo
|
|
|
| #endif // MOJO_BINDINGS_JS_HANDLE_CLOSE_OBSERVER_H_
|
|
|