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

Unified Diff: device/geolocation/wifi_data_provider_corewlan_mac.mm

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 | « device/battery/battery_status_manager_mac.cc ('k') | gin/v8_initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/geolocation/wifi_data_provider_corewlan_mac.mm
diff --git a/device/geolocation/wifi_data_provider_corewlan_mac.mm b/device/geolocation/wifi_data_provider_corewlan_mac.mm
index 25ee71316777443bf5667d63e572d8aafbc0f1aa..6349a9da5b0a8db40c7133f1ca39ab26ec016e31 100644
--- a/device/geolocation/wifi_data_provider_corewlan_mac.mm
+++ b/device/geolocation/wifi_data_provider_corewlan_mac.mm
@@ -13,7 +13,7 @@
#include "base/mac/scoped_nsautorelease_pool.h"
#include "base/mac/scoped_nsobject.h"
#include "base/macros.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
#include "base/strings/sys_string_conversions.h"
// Define a subset of the CoreWLAN interfaces we require. We can't depend on
« no previous file with comments | « device/battery/battery_status_manager_mac.cc ('k') | gin/v8_initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698