| Index: components/mus/server_view_observer.h
 | 
| diff --git a/components/mus/server_view_observer.h b/components/mus/server_view_observer.h
 | 
| index 51c14fa8560be656d38c12cde61f28267658a730..d744639d7e21d207ea05ef34eaffa6fb9c6fa7c5 100644
 | 
| --- a/components/mus/server_view_observer.h
 | 
| +++ b/components/mus/server_view_observer.h
 | 
| @@ -5,13 +5,13 @@
 | 
|  #ifndef COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
 | 
|  #define COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
 | 
|  
 | 
| -#include "components/mus/public/interfaces/view_manager_constants.mojom.h"
 | 
| +#include "components/mus/public/interfaces/mus_constants.mojom.h"
 | 
|  
 | 
|  namespace gfx {
 | 
|  class Rect;
 | 
|  }
 | 
|  
 | 
| -namespace mojo {
 | 
| +namespace mus {
 | 
|  class ViewportMetrics;
 | 
|  }
 | 
|  
 | 
| @@ -19,7 +19,7 @@ namespace ui {
 | 
|  struct TextInputState;
 | 
|  }
 | 
|  
 | 
| -namespace view_manager {
 | 
| +namespace mus {
 | 
|  
 | 
|  class ServerView;
 | 
|  
 | 
| @@ -65,6 +65,6 @@ class ServerViewObserver {
 | 
|    virtual ~ServerViewObserver() {}
 | 
|  };
 | 
|  
 | 
| -}  // namespace view_manager
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_SERVER_VIEW_OBSERVER_H_
 | 
| 
 |