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

Unified Diff: components/omnibox/browser/url_prefix.h

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/url_index_private_data.cc ('k') | components/omnibox/browser/url_prefix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/url_prefix.h
diff --git a/components/omnibox/browser/url_prefix.h b/components/omnibox/browser/url_prefix.h
index a0b555dac2f189612307b1df6d98803875043d2c..96fd1ef951a94a2ba72307d9d09a25ed8d530bcf 100644
--- a/components/omnibox/browser/url_prefix.h
+++ b/components/omnibox/browser/url_prefix.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_OMNIBOX_BROWSER_URL_PREFIX_H_
#define COMPONENTS_OMNIBOX_BROWSER_URL_PREFIX_H_
+#include <stddef.h>
+
#include <vector>
#include "base/strings/string16.h"
« no previous file with comments | « components/omnibox/browser/url_index_private_data.cc ('k') | components/omnibox/browser/url_prefix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698