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

Unified Diff: ash/ime/input_method_event_handler.h

Issue 1540753002: Switch to standard integer types in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arraysize Created 5 years 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
« no previous file with comments | « ash/host/transformer_helper.h ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/input_method_event_handler.h
diff --git a/ash/ime/input_method_event_handler.h b/ash/ime/input_method_event_handler.h
index 241bf09aaeffce5063e9fe6e7104d1a9bfd56338..32332a08633dfc71c98bd6c9c9ed650b1516de4c 100644
--- a/ash/ime/input_method_event_handler.h
+++ b/ash/ime/input_method_event_handler.h
@@ -6,6 +6,7 @@
#define ASH_IME_INPUT_METHOD_EVENT_HANDLER_H_
#include "ash/ash_export.h"
+#include "base/macros.h"
#include "ui/events/event_handler.h"
namespace ui {
« no previous file with comments | « ash/host/transformer_helper.h ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698