Index: chrome/browser/extensions/extension_input_api.cc |
diff --git a/chrome/browser/extensions/extension_input_api.cc b/chrome/browser/extensions/extension_input_api.cc |
index 0f9b78b6f832a4612e00deefb0f13eab833d7e18..16b02d1f9e747a1586b4e4dc921e783d05dc6929 100644 |
--- a/chrome/browser/extensions/extension_input_api.cc |
+++ b/chrome/browser/extensions/extension_input_api.cc |
@@ -19,7 +19,7 @@ |
#include "views/views_delegate.h" |
#include "views/widget/widget.h" |
-#if defined(TOUCH_UI) |
+#if defined(USE_VIRTUAL_KEYBOARD) |
#include "content/common/notification_service.h" |
#endif |
@@ -165,7 +165,7 @@ bool SendKeyboardEventInputFunction::RunImpl() { |
return true; |
} |
-#if defined(TOUCH_UI) |
+#if defined(USE_VIRTUAL_KEYBOARD) |
bool HideKeyboardFunction::RunImpl() { |
NotificationService::current()->Notify( |
chrome::NOTIFICATION_HIDE_KEYBOARD_INVOKED, |