| Index: mojo/public/utility/bindings_support_impl.h
|
| diff --git a/mojo/public/utility/bindings_support_impl.h b/mojo/public/utility/bindings_support_impl.h
|
| index aa49a08969b448fcb9bb8143fd4c8945617c26aa..6216227e8c140d4305b7ea0a2891447cc255b80c 100644
|
| --- a/mojo/public/utility/bindings_support_impl.h
|
| +++ b/mojo/public/utility/bindings_support_impl.h
|
| @@ -9,7 +9,6 @@
|
| #include "mojo/public/system/macros.h"
|
|
|
| namespace mojo {
|
| -namespace utility {
|
| namespace internal {
|
|
|
| // BindingsSupport implementation that uses RunLoop. Before using this you must
|
| @@ -40,7 +39,6 @@ class BindingsSupportImpl : public BindingsSupport {
|
| };
|
|
|
| } // namespace internal
|
| -} // namespace utility
|
| } // namespace mojo
|
|
|
| #endif // MOJO_PUBLIC_UTILITY_BINDINGS_SUPPORT_IMPL_H_
|
|
|