summaryrefslogtreecommitdiffstats
path: root/ui/gl/egl_util.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-28 19:10:44 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-28 19:10:44 +0000
commit4d8a2c7a25ba42015aa08718149a9f1c3d32614b (patch)
tree392f1b3a8ca667117e434893031df3e2f56274ed /ui/gl/egl_util.cc
parent2cdbdba8020a8593add5d4dce268757cda3de36c (diff)
downloadchromium_src-4d8a2c7a25ba42015aa08718149a9f1c3d32614b.zip
chromium_src-4d8a2c7a25ba42015aa08718149a9f1c3d32614b.tar.gz
chromium_src-4d8a2c7a25ba42015aa08718149a9f1c3d32614b.tar.bz2
gl: Move egl_util* into ui namespace.
BUG=127983 TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/11345003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/egl_util.cc')
-rw-r--r--ui/gl/egl_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gl/egl_util.cc b/ui/gl/egl_util.cc
index 91d1b12..60d8ff6 100644
--- a/ui/gl/egl_util.cc
+++ b/ui/gl/egl_util.cc
@@ -13,7 +13,7 @@
// This needs to be after the EGL includes
#include "ui/gl/gl_bindings.h"
-namespace gfx {
+namespace ui {
// Returns the last EGL error as a string.
const char* GetLastEGLErrorString() {
@@ -50,4 +50,4 @@ const char* GetLastEGLErrorString() {
}
}
-} // namespace gfx
+} // namespace ui