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

Unified Diff: chrome/browser/download/download_stats.cc

Issue 2299993004: Migrate chrome/browser files to histogram_macros.h includes. (Closed)
Patch Set: Created 4 years, 3 months 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/browser/download/download_history.cc ('k') | chrome/browser/download/save_package_file_picker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_stats.cc
diff --git a/chrome/browser/download/download_stats.cc b/chrome/browser/download/download_stats.cc
index 890411a3a21bc3c873c235df8b527089c6c34cf1..6477de7d5b4250f3d359e87f049000029729345c 100644
--- a/chrome/browser/download/download_stats.cc
+++ b/chrome/browser/download/download_stats.cc
@@ -4,7 +4,7 @@
#include "chrome/browser/download/download_stats.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
void RecordDownloadShelfClose(int size, int in_progress, bool autoclose) {
static const int kMaxShelfSize = 16;
« no previous file with comments | « chrome/browser/download/download_history.cc ('k') | chrome/browser/download/save_package_file_picker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698