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

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

Issue 23531053: ui/base/animation -> ui/gfx/animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 2 trunk Created 7 years, 3 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 | « chrome/browser/ui/toolbar/wrench_icon_painter.cc ('k') | chrome/browser/ui/views/ash/tab_scrubber.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fc2365f8b686e6fb9d85b3fddfa5ffd29479b9d0..43b30f91d932f71f873e6e8528e625b8f6d6701e 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:
- base::MessageLoopForUI message_loop_; // Needed for ui::Animation.
+ base::MessageLoopForUI message_loop_; // Needed for gfx::Animation.
TestingProfile profile_;
int schedule_paint_count_;
ui::ThemeProvider* theme_provider_;
« no previous file with comments | « chrome/browser/ui/toolbar/wrench_icon_painter.cc ('k') | chrome/browser/ui/views/ash/tab_scrubber.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698