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

Unified Diff: ui/compositor/test/test_suite.cc

Issue 14061025: ui: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/compositor/test/test_compositor_host_linux.cc ('k') | ui/gl/gl_context_cgl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/test_suite.cc
diff --git a/ui/compositor/test/test_suite.cc b/ui/compositor/test/test_suite.cc
index 4340bfdcfd0fefa32a4d93641e2d2f9eab7f3f94..516cafc64af9d1db74642bacf2bbf47b2ed9f267 100644
--- a/ui/compositor/test/test_suite.cc
+++ b/ui/compositor/test/test_suite.cc
@@ -36,7 +36,7 @@ void CompositorTestSuite::Initialize() {
gfx::RegisterPathProvider();
- message_loop_.reset(new MessageLoop(MessageLoop::TYPE_UI));
+ message_loop_.reset(new base::MessageLoop(base::MessageLoop::TYPE_UI));
CompositorTestSupport::Initialize();
Compositor::Initialize();
}
« no previous file with comments | « ui/compositor/test/test_compositor_host_linux.cc ('k') | ui/gl/gl_context_cgl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698