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

Unified Diff: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.h

Issue 9241032: Switch chrome code to use content::WebUI interface instead of WebUI concrete class. The latter wi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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/webui/chromeos/keyboard_overlay_ui.h
===================================================================
--- chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.h (revision 117926)
+++ chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.h (working copy)
@@ -10,7 +10,7 @@
class KeyboardOverlayUI : public HtmlDialogUI {
public:
- explicit KeyboardOverlayUI(WebUI* web_ui);
+ explicit KeyboardOverlayUI(content::WebUI* web_ui);
private:
DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayUI);

Powered by Google App Engine
This is Rietveld 408576698