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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_metrics.cc

Issue 1547073003: Switch to standard integer types in content/renderer/. (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: content/renderer/pepper/pepper_plugin_instance_metrics.cc
diff --git a/content/renderer/pepper/pepper_plugin_instance_metrics.cc b/content/renderer/pepper/pepper_plugin_instance_metrics.cc
index 1c8a0e28f5ae99a0d54ca75cfff085deccd4ba6d..548f64a8a965142bc1d2109bc6f8540adddb7e9f 100644
--- a/content/renderer/pepper/pepper_plugin_instance_metrics.cc
+++ b/content/renderer/pepper/pepper_plugin_instance_metrics.cc
@@ -4,8 +4,11 @@
#include "content/renderer/pepper/pepper_plugin_instance_metrics.h"
+#include <stddef.h>
+
#include "base/metrics/histogram.h"
#include "base/metrics/sparse_histogram.h"
+#include "build/build_config.h"
#include "ppapi/shared_impl/ppapi_preferences.h"
#if defined(OS_WIN)
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | content/renderer/pepper/pepper_plugin_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698