| Index: chrome/browser/ui/views/constrained_window_views.h
|
| diff --git a/chrome/browser/ui/views/constrained_window_views.h b/chrome/browser/ui/views/constrained_window_views.h
|
| index fef4ab345a754bf2637478b68b260bdba8023c94..f17022b50c4f61f8be7037fdbb1c64395d030a5d 100644
|
| --- a/chrome/browser/ui/views/constrained_window_views.h
|
| +++ b/chrome/browser/ui/views/constrained_window_views.h
|
| @@ -43,7 +43,7 @@ class ConstrainedWindowViews : public views::Widget,
|
| virtual void CloseWebContentsModalDialog() OVERRIDE;
|
| virtual void FocusWebContentsModalDialog() OVERRIDE;
|
| virtual void PulseWebContentsModalDialog() OVERRIDE;
|
| - virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
| + virtual gfx::NativeView GetNativeView() OVERRIDE;
|
|
|
| // Factory function for the class (temporary).
|
| static ConstrainedWindowViews* Create(content::WebContents* web_contents,
|
|
|