| Index: components/mus/gles2/gpu_state.h
 | 
| diff --git a/components/mus/gles2/gpu_state.h b/components/mus/gles2/gpu_state.h
 | 
| index 48640531f8af353207c8051ac7d0ca1bb9f29fb5..59148b7859d9e3f7ba9b459cc7d37dc1f2003dd1 100644
 | 
| --- a/components/mus/gles2/gpu_state.h
 | 
| +++ b/components/mus/gles2/gpu_state.h
 | 
| @@ -13,7 +13,7 @@
 | 
|  #include "gpu/command_buffer/service/sync_point_manager.h"
 | 
|  #include "ui/gl/gl_share_group.h"
 | 
|  
 | 
| -namespace gles2 {
 | 
| +namespace mus {
 | 
|  
 | 
|  // We need to share these across all CommandBuffer instances so that contexts
 | 
|  // they create can share resources with each other via mailboxes.
 | 
| @@ -50,6 +50,6 @@ class GpuState : public base::RefCounted<GpuState> {
 | 
|    scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
 | 
|  };
 | 
|  
 | 
| -}  // namespace gles2
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_GLES2_GPU_STATE_H_
 | 
| 
 |