| Index: components/mus/gles2/command_buffer_impl_observer.h
 | 
| diff --git a/components/mus/gles2/command_buffer_impl_observer.h b/components/mus/gles2/command_buffer_impl_observer.h
 | 
| index c39b4973890d0cc381803623e727a460fd3aba92..6ea42de87627ce2676efbb01942c53d87f18b22d 100644
 | 
| --- a/components/mus/gles2/command_buffer_impl_observer.h
 | 
| +++ b/components/mus/gles2/command_buffer_impl_observer.h
 | 
| @@ -5,7 +5,7 @@
 | 
|  #ifndef COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
 | 
|  #define COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
 | 
|  
 | 
| -namespace gles2 {
 | 
| +namespace mus {
 | 
|  
 | 
|  class CommandBufferImplObserver {
 | 
|   public:
 | 
| @@ -15,6 +15,6 @@ class CommandBufferImplObserver {
 | 
|    ~CommandBufferImplObserver() {}
 | 
|  };
 | 
|  
 | 
| -}  // namespace gles2
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
 | 
| 
 |