| Index: ui/gl/angle_platform_impl.cc
|
| diff --git a/ui/gl/angle_platform_impl.cc b/ui/gl/angle_platform_impl.cc
|
| index 84c6a3c44c0cf6c1dfef4891dff75f825cb35917..c0f3a6c71940b83c3a7bc74e1d0b43a2b103b9e3 100644
|
| --- a/ui/gl/angle_platform_impl.cc
|
| +++ b/ui/gl/angle_platform_impl.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/metrics/sparse_histogram.h"
|
| #include "base/trace_event/trace_event.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| ANGLEPlatformImpl::ANGLEPlatformImpl() {
|
| }
|
| @@ -107,4 +107,4 @@ void ANGLEPlatformImpl::histogramBoolean(const char* name, bool sample) {
|
| histogramEnumeration(name, sample ? 1 : 0, 2);
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|