Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(727)

Unified Diff: ui/gl/egl_api_unittest.cc

Issue 1998723002: Move code in ui/gl/* from gfx:: to gl:: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/angle_platform_impl.cc ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/egl_api_unittest.cc
diff --git a/ui/gl/egl_api_unittest.cc b/ui/gl/egl_api_unittest.cc
index 9151c8626371bc5f5a9475818294120f5599a63a..42ce7fc62c8e59a64e27ed05cc8ec5274fc8bf38 100644
--- a/ui/gl/egl_api_unittest.cc
+++ b/ui/gl/egl_api_unittest.cc
@@ -9,7 +9,7 @@
#include "ui/gl/gl_egl_api_implementation.h"
#include "ui/gl/gl_switches.h"
-namespace gfx {
+namespace gl {
class EGLApiTest : public testing::Test {
public:
@@ -138,4 +138,4 @@ TEST_F(EGLApiTest, DisabledExtensionStringTest) {
EXPECT_STREQ(kFilteredExtensions, GetExtensions().second);
}
-} // namespace gfx
+} // namespace gl
« no previous file with comments | « ui/gl/angle_platform_impl.cc ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698