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

Unified Diff: ui/events/gesture_detection/gesture_touch_uma_histogram.cc

Issue 2293583002: Change includes of histogram.h to histogram_macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « ui/events/event_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gesture_detection/gesture_touch_uma_histogram.cc
diff --git a/ui/events/gesture_detection/gesture_touch_uma_histogram.cc b/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
index 2d1cfc1b40445d3dacc3503a80ffaf507bbb5091..db52a8ae49bfe36206d98dd72a600e4d4d7a2a54 100644
--- a/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
+++ b/ui/events/gesture_detection/gesture_touch_uma_histogram.cc
@@ -4,7 +4,7 @@
#include "ui/events/gesture_detection/gesture_touch_uma_histogram.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
namespace ui {
« no previous file with comments | « ui/events/event_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698