Index: chrome/browser/download/download_shelf.cc |
diff --git a/chrome/browser/download/download_shelf.cc b/chrome/browser/download/download_shelf.cc |
index ac1813635e8f3f3f2dad0e2b8ced20f758d8c6cc..d54141c2aa0b08ce9ca5f2eeba7e98e71bca20a2 100644 |
--- a/chrome/browser/download/download_shelf.cc |
+++ b/chrome/browser/download/download_shelf.cc |
@@ -27,9 +27,9 @@ |
#include "content/public/browser/web_contents_view.h" |
#include "grit/locale_settings.h" |
#include "grit/theme_resources.h" |
-#include "ui/base/animation/animation.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/resource/resource_bundle.h" |
+#include "ui/gfx/animation/animation.h" |
#include "ui/gfx/canvas.h" |
#include "ui/gfx/image/image_skia.h" |
@@ -361,7 +361,7 @@ void DownloadShelf::ShowDownload(DownloadItem* download) { |
if (DownloadItemModel(download).ShouldShowDownloadStartedAnimation() && |
shelf_tab && |
platform_util::IsVisible(shelf_tab->GetView()->GetNativeView()) && |
- ui::Animation::ShouldRenderRichAnimation()) { |
+ gfx::Animation::ShouldRenderRichAnimation()) { |
DownloadStartedAnimation::Show(shelf_tab); |
} |
} |