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

Unified Diff: ui/views/widget/android/native_widget_android.cc

Issue 1543173002: Switch to standard integer types in ui/views/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: ui/views/widget/android/native_widget_android.cc
diff --git a/ui/views/widget/android/native_widget_android.cc b/ui/views/widget/android/native_widget_android.cc
index b0693550fe8fa5b43f7d27923a2c5c6905a4a23c..f7b85f162611a2abec9c00d3615fe2511e5b15c5 100644
--- a/ui/views/widget/android/native_widget_android.cc
+++ b/ui/views/widget/android/native_widget_android.cc
@@ -5,6 +5,7 @@
#include "ui/views/widget/android/native_widget_android.h"
#include "base/bind.h"
+#include "base/macros.h"
#include "base/run_loop.h"
#include "base/strings/string_util.h"
#include "third_party/skia/include/core/SkRegion.h"

Powered by Google App Engine
This is Rietveld 408576698