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

Unified Diff: content/renderer/android/email_detector.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (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
« no previous file with comments | « content/renderer/android/content_detector.h ('k') | content/renderer/android/email_detector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/android/email_detector.h
diff --git a/content/renderer/android/email_detector.h b/content/renderer/android/email_detector.h
index 8d108492b654b62aca9ec37b334dbf85b50398fe..d354469301067edc00cee6c395611788b8bf41bd 100644
--- a/content/renderer/android/email_detector.h
+++ b/content/renderer/android/email_detector.h
@@ -5,7 +5,10 @@
#ifndef CONTENT_RENDERER_ANDROID_EMAIL_DETECTOR_H_
#define CONTENT_RENDERER_ANDROID_EMAIL_DETECTOR_H_
+#include <stddef.h>
+
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "content/common/content_export.h"
#include "content/renderer/android/content_detector.h"
« no previous file with comments | « content/renderer/android/content_detector.h ('k') | content/renderer/android/email_detector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698