Chromium Code Reviews| Index: ui/gl/gl_fence_arb.cc |
| diff --git a/ui/gl/gl_fence_arb.cc b/ui/gl/gl_fence_arb.cc |
| index 5c6b3371108bc8ba0823d405958ba19ab78b6b4c..88c6f67887fb63123cd2764171df383ce0134a91 100644 |
| --- a/ui/gl/gl_fence_arb.cc |
| +++ b/ui/gl/gl_fence_arb.cc |
| @@ -7,7 +7,7 @@ |
| #include "base/strings/stringprintf.h" |
| #include "ui/gl/gl_bindings.h" |
| -namespace gfx { |
| +namespace gl { |
| namespace { |
| @@ -65,4 +65,4 @@ GLFenceARB::~GLFenceARB() { |
| glDeleteSync(sync_); |
| } |
| -} // namespace gfx |
| +} // namespace gl |