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

Unified Diff: ui/shell_dialogs/android/shell_dialogs_jni_registrar.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/platform_window/x11/x11_window.h ('k') | ui/shell_dialogs/base_shell_dialog_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/android/shell_dialogs_jni_registrar.cc
diff --git a/ui/shell_dialogs/android/shell_dialogs_jni_registrar.cc b/ui/shell_dialogs/android/shell_dialogs_jni_registrar.cc
index d62392ab478a3c868db1607168cf0ede81a19319..6cdb835a13f5e170f0732ff9757475444589c2c0 100644
--- a/ui/shell_dialogs/android/shell_dialogs_jni_registrar.cc
+++ b/ui/shell_dialogs/android/shell_dialogs_jni_registrar.cc
@@ -6,6 +6,7 @@
#include "base/android/jni_android.h"
#include "base/android/jni_registrar.h"
+#include "base/macros.h"
#include "ui/shell_dialogs/select_file_dialog_android.h"
namespace ui {
« no previous file with comments | « ui/platform_window/x11/x11_window.h ('k') | ui/shell_dialogs/base_shell_dialog_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698