| Index: mojo/public/utility/bindings_support_impl.cc
|
| diff --git a/mojo/public/utility/bindings_support_impl.cc b/mojo/public/utility/bindings_support_impl.cc
|
| index 5f7047557179b8e6802964e22c05059d0a8d5847..b78f782ff6228edaec562f5b8b7eefebf06164fc 100644
|
| --- a/mojo/public/utility/bindings_support_impl.cc
|
| +++ b/mojo/public/utility/bindings_support_impl.cc
|
| @@ -12,7 +12,6 @@
|
| #include "mojo/public/utility/thread_local.h"
|
|
|
| namespace mojo {
|
| -namespace utility {
|
| namespace internal {
|
| namespace {
|
|
|
| @@ -109,5 +108,4 @@ void BindingsSupportImpl::CancelWait(AsyncWaitID async_wait_id) {
|
| }
|
|
|
| } // namespace internal
|
| -} // namespace utility
|
| } // namespace mojo
|
|
|