| 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);
|
|
|