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

Unified Diff: chrome/browser/ui/tabs/tab_audio_indicator_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/tabs/tab_audio_indicator.cc ('k') | chrome/browser/ui/toolbar/wrench_icon_painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
diff --git a/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc b/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
index d7a7190499922c558b4d41ed0c84a1fb5c45d2aa..4d41539954428057bd36e46fc2c254167236f7d0 100644
--- a/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
+++ b/chrome/browser/ui/tabs/tab_audio_indicator_unittest.cc
@@ -7,8 +7,8 @@
#include "base/message_loop/message_loop.h"
#include "grit/theme_resources.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "ui/base/animation/linear_animation.h"
#include "ui/base/resource/resource_bundle.h"
+#include "ui/gfx/animation/linear_animation.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/rect.h"
@@ -22,7 +22,7 @@ class TabAudioIndicatorTest : public TabAudioIndicator::Delegate,
}
int schedule_paint_count_;
- base::MessageLoopForUI message_loop_; // Needed for ui::LinearAnimation.
+ base::MessageLoopForUI message_loop_; // Needed for gfx::LinearAnimation.
private:
DISALLOW_COPY_AND_ASSIGN(TabAudioIndicatorTest);
« no previous file with comments | « chrome/browser/ui/tabs/tab_audio_indicator.cc ('k') | chrome/browser/ui/toolbar/wrench_icon_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698