| 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 6ea42de87627ce2676efbb01942c53d87f18b22d..c39b4973890d0cc381803623e727a460fd3aba92 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 mus {
|
| +namespace gles2 {
|
|
|
| class CommandBufferImplObserver {
|
| public:
|
| @@ -15,6 +15,6 @@
|
| ~CommandBufferImplObserver() {}
|
| };
|
|
|
| -} // namespace mus
|
| +} // namespace gles2
|
|
|
| #endif // COMPONENTS_GLES2_COMMAND_BUFFER_IMPL_OBSERVER_H_
|
|
|