summaryrefslogtreecommitdiffstats
path: root/components/omnibox/browser/history_url_provider.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 15:27:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-25 23:28:47 +0000
commitf57136c13874f21a4c6885e49d00d3c45bb427ba (patch)
treed009df408c8384390d7f10dc961742e2c24ead8b /components/omnibox/browser/history_url_provider.h
parentbc5337b805a6249554ca15d8bae77713ace7eff4 (diff)
downloadchromium_src-f57136c13874f21a4c6885e49d00d3c45bb427ba.zip
chromium_src-f57136c13874f21a4c6885e49d00d3c45bb427ba.tar.gz
chromium_src-f57136c13874f21a4c6885e49d00d3c45bb427ba.tar.bz2
Switch to standard integer types in components/, part 3 of 4.
BUG=138542 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/1551433002 Cr-Commit-Position: refs/heads/master@{#366874}
Diffstat (limited to 'components/omnibox/browser/history_url_provider.h')
-rw-r--r--components/omnibox/browser/history_url_provider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/omnibox/browser/history_url_provider.h b/components/omnibox/browser/history_url_provider.h
index d7d67e8..9cee39d 100644
--- a/components/omnibox/browser/history_url_provider.h
+++ b/components/omnibox/browser/history_url_provider.h
@@ -5,11 +5,14 @@
#ifndef COMPONENTS_OMNIBOX_BROWSER_HISTORY_URL_PROVIDER_H_
#define COMPONENTS_OMNIBOX_BROWSER_HISTORY_URL_PROVIDER_H_
+#include <stddef.h>
+
#include <string>
#include <vector>
#include "base/compiler_specific.h"
#include "base/gtest_prod_util.h"
+#include "base/macros.h"
#include "base/synchronization/cancellation_flag.h"
#include "base/threading/thread_checker.h"
#include "components/history/core/browser/history_match.h"