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

Unified Diff: ui/content_accelerators/accelerator_util.cc

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/content_accelerators/accelerator_util.h ('k') | ui/file_manager/file_manager_resource_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/content_accelerators/accelerator_util.cc
diff --git a/ui/content_accelerators/accelerator_util.cc b/ui/content_accelerators/accelerator_util.cc
index 9930cb6aa5c5c677a941140577520a9fb72db6d0..1a3ee9567f52a9a10db97bfb346b8797e3c5b850 100644
--- a/ui/content_accelerators/accelerator_util.cc
+++ b/ui/content_accelerators/accelerator_util.cc
@@ -4,6 +4,7 @@
#include "ui/content_accelerators/accelerator_util.h"
+#include "build/build_config.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "ui/events/event.h"
#include "ui/events/event_constants.h"
« no previous file with comments | « ui/content_accelerators/accelerator_util.h ('k') | ui/file_manager/file_manager_resource_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698