| Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc (revision 116051)
|
| +++ chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/web_contents.h"
|
| +#include "content/public/browser/web_ui_message_handler.h"
|
| #include "grit/browser_resources.h"
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| @@ -26,6 +27,7 @@
|
|
|
| using chromeos::input_method::ModifierKey;
|
| using content::WebContents;
|
| +using content::WebUIMessageHandler;
|
|
|
| namespace {
|
|
|
|
|