summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/download_started_animation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/download_started_animation.cc')
-rw-r--r--chrome/browser/views/download_started_animation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/download_started_animation.cc b/chrome/browser/views/download_started_animation.cc
index d3e04c6..e716317 100644
--- a/chrome/browser/views/download_started_animation.cc
+++ b/chrome/browser/views/download_started_animation.cc
@@ -44,7 +44,7 @@ DownloadStartedAnimation::DownloadStartedAnimation(TabContents* tab_contents)
SetImage(kDownloadImage);
gfx::Rect rc(0, 0, 0, 0);
- popup_ = new ChromeViews::ContainerWin;
+ popup_ = new views::ContainerWin;
popup_->set_window_style(WS_POPUP);
popup_->set_window_ex_style(WS_EX_LAYERED | WS_EX_TOOLWINDOW |
WS_EX_TRANSPARENT);