| 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..88fe027717b478bea30fd3de2f900e52182c7245 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 NativeWebContentsModalDialog GetNativeDialog() OVERRIDE;
|
|
|
| // Factory function for the class (temporary).
|
| static ConstrainedWindowViews* Create(content::WebContents* web_contents,
|
|
|