diff options
Diffstat (limited to 'chrome/browser/views/tabs/hwnd_photobooth.h')
-rw-r--r-- | chrome/browser/views/tabs/hwnd_photobooth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/tabs/hwnd_photobooth.h b/chrome/browser/views/tabs/hwnd_photobooth.h index e3fb423..56a5eb2 100644 --- a/chrome/browser/views/tabs/hwnd_photobooth.h +++ b/chrome/browser/views/tabs/hwnd_photobooth.h @@ -10,7 +10,7 @@ class ChromeCanvas; namespace views { -class ContainerWin; +class WidgetWin; } /////////////////////////////////////////////////////////////////////////////// @@ -50,7 +50,7 @@ class HWNDPhotobooth { void CreateCaptureWindow(HWND initial_hwnd); // The nearly off-screen photo-booth layered window used to hold the HWND. - views::ContainerWin* capture_window_; + views::WidgetWin* capture_window_; // The current HWND being captured. HWND current_hwnd_; |