| Index: ui/gl/gpu_timing.h
|
| diff --git a/ui/gl/gpu_timing.h b/ui/gl/gpu_timing.h
|
| index b7f7d0b95121b805889063f9415f74e7bc8d0b94..15975a23d645b21a5c3e771875bc2f8a542c75e4 100644
|
| --- a/ui/gl/gpu_timing.h
|
| +++ b/ui/gl/gpu_timing.h
|
| @@ -43,7 +43,7 @@
|
| // The constructor and destructor of this object handles the actual
|
| // creation and deletion of the GL Queries within GL.
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLContextReal;
|
| class GPUTimingClient;
|
| @@ -159,6 +159,6 @@ class GL_EXPORT GPUTimingClient
|
| DISALLOW_COPY_AND_ASSIGN(GPUTimingClient);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GPU_TIMING_H_
|
|
|