| Index: ui/gl/gl_version_info.cc
|
| diff --git a/ui/gl/gl_version_info.cc b/ui/gl/gl_version_info.cc
|
| index 3a10437f8614ba764f8d615f1f13f09650a404cc..cce2715b3703c60013a41cfb2ea8720eab4c14fc 100644
|
| --- a/ui/gl/gl_version_info.cc
|
| +++ b/ui/gl/gl_version_info.cc
|
| @@ -19,8 +19,7 @@ bool DesktopCoreCommonCheck(
|
|
|
| }
|
|
|
| -
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| GLVersionInfo::GLVersionInfo(const char* version_str, const char* renderer_str,
|
| const char* extensions_str)
|
| @@ -91,4 +90,4 @@ void GLVersionInfo::ParseVersionString(const char* version_str,
|
| DCHECK(major_version != 0);
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|