summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_picture.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-19 21:48:44 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-20 05:49:56 +0000
commitde7d5c230a354845b965ce751957c1f156f31021 (patch)
treebefbd547f91f5d01066db30f3b58090a0b6bd70c /android_webview/native/aw_picture.h
parent60b1edd4e5d2309e9fbc1236f5edbae49b973d20 (diff)
downloadchromium_src-de7d5c230a354845b965ce751957c1f156f31021.zip
chromium_src-de7d5c230a354845b965ce751957c1f156f31021.tar.gz
chromium_src-de7d5c230a354845b965ce751957c1f156f31021.tar.bz2
Switch to standard integer types in android_webview/.
BUG=488550 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/1538223002 Cr-Commit-Position: refs/heads/master@{#366299}
Diffstat (limited to 'android_webview/native/aw_picture.h')
-rw-r--r--android_webview/native/aw_picture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/native/aw_picture.h b/android_webview/native/aw_picture.h
index bc129e5..0b0eeb7 100644
--- a/android_webview/native/aw_picture.h
+++ b/android_webview/native/aw_picture.h
@@ -9,6 +9,7 @@
#include "base/android/jni_weak_ref.h"
#include "base/android/scoped_java_ref.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/web_contents_observer.h"
#include "skia/ext/refptr.h"