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

Unified Diff: ui/app_list/presenter/test/run_all_unittests.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
Index: ui/app_list/presenter/test/run_all_unittests.cc
diff --git a/ui/app_list/presenter/test/run_all_unittests.cc b/ui/app_list/presenter/test/run_all_unittests.cc
index dea5ef6d228b87e746502d5451c66e699576cf0f..b8cb0f53511be11b975f6a386d06d5a2ae516f3e 100644
--- a/ui/app_list/presenter/test/run_all_unittests.cc
+++ b/ui/app_list/presenter/test/run_all_unittests.cc
@@ -21,7 +21,7 @@ class AppListPresenterTestSuite : public base::TestSuite {
protected:
void Initialize() override {
- gfx::GLSurfaceTestSupport::InitializeOneOff();
+ gl::GLSurfaceTestSupport::InitializeOneOff();
base::TestSuite::Initialize();
ui::RegisterPathProvider();
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ('k') | ui/app_list/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698