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

Unified Diff: chrome/browser/content_settings/web_site_settings_uma_util.cc

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 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: chrome/browser/content_settings/web_site_settings_uma_util.cc
diff --git a/chrome/browser/content_settings/web_site_settings_uma_util.cc b/chrome/browser/content_settings/web_site_settings_uma_util.cc
index bb15012659c48d509205bcc98827cbe6c0ef6fbb..1fa181bbc2493866166738679640ae1bfca3b1b7 100644
--- a/chrome/browser/content_settings/web_site_settings_uma_util.cc
+++ b/chrome/browser/content_settings/web_site_settings_uma_util.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/content_settings/web_site_settings_uma_util.h"
+#include <stddef.h>
+
#include "base/metrics/histogram_macros.h"
void WebSiteSettingsUmaUtil::LogPermissionChange(ContentSettingsType type,
« no previous file with comments | « chrome/browser/content_settings/web_site_settings_uma_util.h ('k') | chrome/browser/copresence/chrome_whispernet_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698