| Index: components/mus/server_view.h
 | 
| diff --git a/components/mus/server_view.h b/components/mus/server_view.h
 | 
| index 70a58c98e3bfb3b2951e06246615b7370285c10b..afd82d850a6ec60a00c7529d9c7cba7e590b769a 100644
 | 
| --- a/components/mus/server_view.h
 | 
| +++ b/components/mus/server_view.h
 | 
| @@ -20,7 +20,7 @@
 | 
|  #include "ui/gfx/transform.h"
 | 
|  #include "ui/platform_window/text_input_state.h"
 | 
|  
 | 
| -namespace view_manager {
 | 
| +namespace mus {
 | 
|  
 | 
|  class ServerViewDelegate;
 | 
|  class ServerViewObserver;
 | 
| @@ -148,6 +148,6 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient {
 | 
|    DISALLOW_COPY_AND_ASSIGN(ServerView);
 | 
|  };
 | 
|  
 | 
| -}  // namespace view_manager
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_SERVER_VIEW_H_
 | 
| 
 |