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

Unified Diff: components/omnibox/browser/answers_cache.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
Index: components/omnibox/browser/answers_cache.h
diff --git a/components/omnibox/browser/answers_cache.h b/components/omnibox/browser/answers_cache.h
index e0be2381ed46e24e4cd6aaab4442ff1d3433245e..0f62949bc7e1c77bd24de15f546f09c8786b59bd 100644
--- a/components/omnibox/browser/answers_cache.h
+++ b/components/omnibox/browser/answers_cache.h
@@ -5,9 +5,11 @@
#ifndef COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_
#define COMPONENTS_OMNIBOX_BROWSER_ANSWERS_CACHE_H_
+#include <stddef.h>
+
#include <list>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
struct AnswersQueryData {
« no previous file with comments | « components/offline_pages/offline_page_test_store.cc ('k') | components/omnibox/browser/autocomplete_classifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698