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

Unified Diff: ash/test/ash_interactive_ui_test_base.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 | « android_webview/lib/main/webview_tests.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_interactive_ui_test_base.cc
diff --git a/ash/test/ash_interactive_ui_test_base.cc b/ash/test/ash_interactive_ui_test_base.cc
index ece27499d407581ceb3b881f89e171e608a0c0a2..4b246c6c904b697e432db42954207bf3960c1659 100644
--- a/ash/test/ash_interactive_ui_test_base.cc
+++ b/ash/test/ash_interactive_ui_test_base.cc
@@ -18,7 +18,7 @@ AshInteractiveUITestBase::AshInteractiveUITestBase() {}
AshInteractiveUITestBase::~AshInteractiveUITestBase() {}
void AshInteractiveUITestBase::SetUp() {
- gfx::GLSurfaceTestSupport::InitializeOneOff();
+ gl::GLSurfaceTestSupport::InitializeOneOff();
ui::RegisterPathProvider();
ui::ResourceBundle::InitSharedInstanceWithLocale(
« no previous file with comments | « android_webview/lib/main/webview_tests.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698