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

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

Issue 8537007: Cleanup: Remove unneeded forward declarations from chrome/browser/ui/webui. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 109585)
+++ chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.h (working copy)
@@ -6,13 +6,8 @@
#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_KEYBOARD_OVERLAY_UI_H_
#pragma once
-#include <string>
-
#include "chrome/browser/ui/webui/html_dialog_ui.h"
-class Browser;
-class Profile;
-
class KeyboardOverlayUI : public HtmlDialogUI {
public:
explicit KeyboardOverlayUI(TabContents* contents);

Powered by Google App Engine
This is Rietveld 408576698