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

Unified Diff: ui/message_center/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
« no previous file with comments | « ui/keyboard/test/run_all_unittests.cc ('k') | ui/ozone/demo/gl_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/test/run_all_unittests.cc
diff --git a/ui/message_center/test/run_all_unittests.cc b/ui/message_center/test/run_all_unittests.cc
index 0211bc3ab446eb5c630f399894deb849f53dbd33..32cbd7685c68e74d29e89b304aaab339047fb1ae 100644
--- a/ui/message_center/test/run_all_unittests.cc
+++ b/ui/message_center/test/run_all_unittests.cc
@@ -31,7 +31,7 @@ class MessageCenterTestSuite : public base::TestSuite {
#if defined(OS_MACOSX)
mock_cr_app::RegisterMockCrApp();
#else
- gfx::GLSurfaceTestSupport::InitializeOneOff();
+ gl::GLSurfaceTestSupport::InitializeOneOff();
#endif
base::TestSuite::Initialize();
ui::RegisterPathProvider();
« no previous file with comments | « ui/keyboard/test/run_all_unittests.cc ('k') | ui/ozone/demo/gl_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698