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

Unified Diff: ui/keyboard/content/keyboard_content_util.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: 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 | « ui/gl/gl_bindings.h ('k') | ui/keyboard/content/keyboard_content_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/content/keyboard_content_util.h
diff --git a/ui/keyboard/content/keyboard_content_util.h b/ui/keyboard/content/keyboard_content_util.h
index 65314be016df016c58298bf29d2ee94ac30f99d7..e96cdfe3e9318f62bc0220dee8a4a03fe832248c 100644
--- a/ui/keyboard/content/keyboard_content_util.h
+++ b/ui/keyboard/content/keyboard_content_util.h
@@ -5,6 +5,8 @@
#ifndef UI_KEYBOARD_CONTENT_KEYBOARD_COTNENT_UTIL_H_
#define UI_KEYBOARD_CONTENT_KEYBOARD_COTNENT_UTIL_H_
+#include <stddef.h>
+
#include "base/strings/string16.h"
#include "ui/keyboard/keyboard_export.h"
« no previous file with comments | « ui/gl/gl_bindings.h ('k') | ui/keyboard/content/keyboard_content_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698