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

Unified Diff: components/metrics/histogram_encoder.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 | « components/metrics/histogram_encoder.h ('k') | components/metrics/histogram_encoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/histogram_encoder.cc
diff --git a/components/metrics/histogram_encoder.cc b/components/metrics/histogram_encoder.cc
index e364f6ec457b6dd9fda5ac0b44ef0f9257675689..f816807db92eeda67c55a862fc7d101e12ae8e4f 100644
--- a/components/metrics/histogram_encoder.cc
+++ b/components/metrics/histogram_encoder.cc
@@ -6,7 +6,6 @@
#include <string>
-#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "base/metrics/histogram.h"
#include "base/metrics/histogram_samples.h"
« no previous file with comments | « components/metrics/histogram_encoder.h ('k') | components/metrics/histogram_encoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698