| Index: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc
|
| index c9d634a70ca8d95d5bcefe81be5045fe5d02d452..a9bb119b762150cb905d4247fef97fbbbe076331 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.cc
|
| @@ -20,7 +20,6 @@
|
| #include "ui/gfx/codec/png_codec.h"
|
|
|
| namespace mojo {
|
| -namespace view_manager {
|
|
|
| Id MakeTransportId(ConnectionSpecificId connection_id,
|
| ConnectionSpecificId local_id) {
|
| @@ -477,5 +476,4 @@ base::Callback<void(ErrorCode)>
|
| base::Unretained(this));
|
| }
|
|
|
| -} // namespace view_manager
|
| } // namespace mojo
|
|
|