summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/download_started_animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/download_started_animation.h')
-rw-r--r--chrome/browser/views/download_started_animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/download_started_animation.h b/chrome/browser/views/download_started_animation.h
index 5cff47fe..6934fc5 100644
--- a/chrome/browser/views/download_started_animation.h
+++ b/chrome/browser/views/download_started_animation.h
@@ -11,7 +11,7 @@
#include "chrome/views/image_view.h"
namespace ChromeViews {
- class HWNDViewContainer;
+class ContainerWin;
};
class TabContents;
@@ -42,7 +42,7 @@ class DownloadStartedAnimation : public Animation,
const NotificationDetails& details);
// We use a HWND for the popup so that it may float above any HWNDs in our UI.
- ChromeViews::HWNDViewContainer* popup_;
+ ChromeViews::ContainerWin* popup_;
// The content area holding us.
TabContents* tab_contents_;