Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8869)

Unified Diff: chrome/browser/ui/views/keyboard_overlay_dialog_view.h

Issue 10214001: WebDialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/keyboard_overlay_dialog_view.h
===================================================================
--- chrome/browser/ui/views/keyboard_overlay_dialog_view.h (revision 133969)
+++ chrome/browser/ui/views/keyboard_overlay_dialog_view.h (working copy)
@@ -9,9 +9,9 @@
#include <set>
#include "base/compiler_specific.h"
-#include "chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h"
-#include "chrome/browser/ui/webui/html_dialog_ui.h"
-#include "chrome/browser/ui/views/html_dialog_view.h"
+#include "chrome/browser/ui/webui/web_dialog_web_contents_delegate.h"
+#include "chrome/browser/ui/webui/web_dialog_ui.h"
+#include "chrome/browser/ui/views/web_dialog_view.h"
namespace ui {
class Accelerator;
@@ -20,10 +20,10 @@
class BrowserView;
// A customized dialog view for the keyboard overlay.
-class KeyboardOverlayDialogView : public HtmlDialogView {
+class KeyboardOverlayDialogView : public WebDialogView {
public:
KeyboardOverlayDialogView(Profile* profile,
- HtmlDialogUIDelegate* delegate,
+ WebDialogDelegate* delegate,
BrowserView* parent_view);
virtual ~KeyboardOverlayDialogView();
« no previous file with comments | « chrome/browser/ui/views/keyboard_overlay_delegate.cc ('k') | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698