| Index: ui/gl/wgl_api_unittest.cc
|
| diff --git a/ui/gl/wgl_api_unittest.cc b/ui/gl/wgl_api_unittest.cc
|
| index acaf572d2ae2ee0bb75c4650d522065f82b22cb6..65fed3241ff71746066eae3f12a20c7baf4be548 100644
|
| --- a/ui/gl/wgl_api_unittest.cc
|
| +++ b/ui/gl/wgl_api_unittest.cc
|
| @@ -12,7 +12,7 @@
|
|
|
| typedef std::pair<std::string, std::string> stringpair;
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class WGLApiTest : public testing::Test {
|
| public:
|
| @@ -151,4 +151,4 @@ TEST_F(WGLApiTest, DisabledExtensionStringTest) {
|
| GetExtensions());
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|