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

Unified Diff: ui/snapshot/snapshot_aura_unittest.cc

Issue 16092013: Use base::MessageLoop in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again, sigh Created 7 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/base/win/singleton_hwnd.cc ('k') | ui/surface/accelerated_surface_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/snapshot_aura_unittest.cc
diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc
index 8f93c16ef1dcef43026e44de9658324358700d29..206069b0780d31afbad03a7a9f4d601c7cb2ac59 100644
--- a/ui/snapshot/snapshot_aura_unittest.cc
+++ b/ui/snapshot/snapshot_aura_unittest.cc
@@ -66,7 +66,8 @@ class SnapshotAuraTest : public testing::Test {
virtual void SetUp() OVERRIDE {
testing::Test::SetUp();
- helper_.reset(new aura::test::AuraTestHelper(MessageLoopForUI::current()));
+ helper_.reset(
+ new aura::test::AuraTestHelper(base::MessageLoopForUI::current()));
helper_->SetUp();
}
« no previous file with comments | « ui/base/win/singleton_hwnd.cc ('k') | ui/surface/accelerated_surface_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698