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

Unified Diff: chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc

Issue 14307023: chrome: Use base::MessageLoop. (Part 2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
Index: chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc
diff --git a/chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc b/chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc
index da9ed2b9a21a3677f260364c3af3ed9280949d66..0dfdb25c9d64d2af53251c20cd752d33ca40d631 100644
--- a/chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc
+++ b/chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc
@@ -23,7 +23,7 @@ class WrenchIconPainterTest : public testing::Test,
virtual void ScheduleWrenchIconPaint() OVERRIDE { ++schedule_paint_count_; }
protected:
- MessageLoopForUI message_loop_; // Needed for ui::Animation.
+ base::MessageLoopForUI message_loop_; // Needed for ui::Animation.
TestingProfile profile_;
int schedule_paint_count_;
ui::ThemeProvider* theme_provider_;
« no previous file with comments | « chrome/browser/ui/toolbar/encoding_menu_controller_unittest.cc ('k') | chrome/browser/ui/unload_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698