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

Unified Diff: components/suggestions/blacklist_store.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (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
Index: components/suggestions/blacklist_store.cc
diff --git a/components/suggestions/blacklist_store.cc b/components/suggestions/blacklist_store.cc
index cc529adb95781c19d25d9ccf70065b1f1a5738b8..fff59fcc00db2b6b4b280568b7674d500e808763 100644
--- a/components/suggestions/blacklist_store.cc
+++ b/components/suggestions/blacklist_store.cc
@@ -4,6 +4,8 @@
#include "components/suggestions/blacklist_store.h"
+#include <stddef.h>
+
#include <algorithm>
#include <set>
#include <string>
« no previous file with comments | « components/storage_monitor/volume_mount_watcher_win.cc ('k') | components/suggestions/blacklist_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698