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

Unified Diff: chrome/renderer/instant_restricted_id_cache.h

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/renderer/external_extension.cc ('k') | chrome/renderer/media/cast_ipc_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/instant_restricted_id_cache.h
diff --git a/chrome/renderer/instant_restricted_id_cache.h b/chrome/renderer/instant_restricted_id_cache.h
index cce78f4a55a5e700f3a69d34ea831d04ac04a6d4..1b25410c3694e3d78d2bae1a9bbf757cc0d2020e 100644
--- a/chrome/renderer/instant_restricted_id_cache.h
+++ b/chrome/renderer/instant_restricted_id_cache.h
@@ -5,6 +5,8 @@
#ifndef CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_
#define CHROME_RENDERER_INSTANT_RESTRICTED_ID_CACHE_H_
+#include <stddef.h>
+
#include <set>
#include <utility>
#include <vector>
@@ -12,6 +14,7 @@
#include "base/containers/mru_cache.h"
#include "base/gtest_prod_util.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "chrome/common/instant_types.h"
// In InstantExtended, iframes are used to display objects which can only be
« no previous file with comments | « chrome/renderer/external_extension.cc ('k') | chrome/renderer/media/cast_ipc_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698