OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DIALOG_VIEW_H_ | 5 #ifndef CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DIALOG_VIEW_H_ |
6 #define CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DIALOG_VIEW_H_ | 6 #define CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DIALOG_VIEW_H_ |
7 | 7 |
8 #include "base/compiler_specific.h" | 8 #include "base/compiler_specific.h" |
9 #include "ui/views/controls/webview/web_dialog_view.h" | 9 #include "ui/views/controls/webview/web_dialog_view.h" |
10 | 10 |
(...skipping 18 matching lines...) Expand all Loading... |
29 WebContentsHandler* handler); | 29 WebContentsHandler* handler); |
30 | 30 |
31 private: | 31 private: |
32 // Overridden from views::WidgetDelegate: | 32 // Overridden from views::WidgetDelegate: |
33 virtual void WindowClosing() OVERRIDE; | 33 virtual void WindowClosing() OVERRIDE; |
34 | 34 |
35 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDialogView); | 35 DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayDialogView); |
36 }; | 36 }; |
37 | 37 |
38 #endif // CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DIALOG_VIEW_H_ | 38 #endif // CHROME_BROWSER_UI_VIEWS_KEYBOARD_OVERLAY_DIALOG_VIEW_H_ |
OLD | NEW |