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

Unified Diff: components/omnibox/browser/builtin_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
« no previous file with comments | « components/omnibox/browser/builtin_provider.h ('k') | components/omnibox/browser/history_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/builtin_provider.cc
diff --git a/components/omnibox/browser/builtin_provider.cc b/components/omnibox/browser/builtin_provider.cc
index 6e3dde614582d62d5fdca78453b35b9bbba9f386..4c79be6fc4c388d411d702460f92352fce80ec72 100644
--- a/components/omnibox/browser/builtin_provider.cc
+++ b/components/omnibox/browser/builtin_provider.cc
@@ -4,6 +4,8 @@
#include "components/omnibox/browser/builtin_provider.h"
+#include <stddef.h>
+
#include <algorithm>
#include "base/strings/string_util.h"
« no previous file with comments | « components/omnibox/browser/builtin_provider.h ('k') | components/omnibox/browser/history_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698