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

Unified Diff: components/omnibox/browser/search_suggestion_parser.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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: components/omnibox/browser/search_suggestion_parser.cc
diff --git a/components/omnibox/browser/search_suggestion_parser.cc b/components/omnibox/browser/search_suggestion_parser.cc
index df0e00b3f4123e2ee8af00493c4a7f8fe5c0eac8..95558ec07098d8ba4713bd1292508d871b70f8a8 100644
--- a/components/omnibox/browser/search_suggestion_parser.cc
+++ b/components/omnibox/browser/search_suggestion_parser.cc
@@ -4,6 +4,8 @@
#include "components/omnibox/browser/search_suggestion_parser.h"
+#include <stddef.h>
+
#include <algorithm>
#include "base/i18n/icu_string_conversions.h"
« no previous file with comments | « components/omnibox/browser/search_suggestion_parser.h ('k') | components/omnibox/browser/shortcuts_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698