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

Unified Diff: components/omnibox/browser/zero_suggest_provider.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/zero_suggest_provider.cc
diff --git a/components/omnibox/browser/zero_suggest_provider.cc b/components/omnibox/browser/zero_suggest_provider.cc
index a12a1b4432edccb648e1864ad89f1986a0079ebc..e1f7be78915bd2835ff9fe89081777451a28ad15 100644
--- a/components/omnibox/browser/zero_suggest_provider.cc
+++ b/components/omnibox/browser/zero_suggest_provider.cc
@@ -4,6 +4,8 @@
#include "components/omnibox/browser/zero_suggest_provider.h"
+#include <stddef.h>
+
#include "base/callback.h"
#include "base/i18n/case_conversion.h"
#include "base/json/json_string_value_serializer.h"
« no previous file with comments | « components/omnibox/browser/zero_suggest_provider.h ('k') | components/open_from_clipboard/clipboard_recent_content_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698