Index: chrome/browser/ui/gtk/constrained_window_gtk.h |
diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h |
index a9807bd2f4d8cacfe83fe0a27a3a8a7f3290fa63..16469564c16fe6f9826815ec7f65d1fd22dff6b7 100644 |
--- a/chrome/browser/ui/gtk/constrained_window_gtk.h |
+++ b/chrome/browser/ui/gtk/constrained_window_gtk.h |
@@ -59,7 +59,7 @@ class ConstrainedWindowGtk : public WebContentsModalDialog { |
virtual void CloseWebContentsModalDialog() OVERRIDE; |
virtual void FocusWebContentsModalDialog() OVERRIDE; |
virtual void PulseWebContentsModalDialog() OVERRIDE; |
- virtual gfx::NativeWindow GetNativeWindow() OVERRIDE; |
+ virtual gfx::NativeView GetNativeView() OVERRIDE; |
// Called when the result of GetBackgroundColor may have changed. |
void BackgroundColorChanged(); |