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

Unified Diff: chrome/browser/metrics/chrome_stability_metrics_provider.cc

Issue 2730283002: Cleanups in the wake of various metrics refactorings. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/chrome_stability_metrics_provider.cc
diff --git a/chrome/browser/metrics/chrome_stability_metrics_provider.cc b/chrome/browser/metrics/chrome_stability_metrics_provider.cc
index 0bc625a077601dd0981603c4e1f299e6b97e8124..fa6b00daef1268602c94897e72de9dce44a69525 100644
--- a/chrome/browser/metrics/chrome_stability_metrics_provider.cc
+++ b/chrome/browser/metrics/chrome_stability_metrics_provider.cc
@@ -25,11 +25,6 @@
#include "chrome/browser/metrics/plugin_metrics_provider.h"
#endif
-#if defined(OS_WIN)
-#include <windows.h> // Needed for STATUS_* codes
-#include "chrome/common/metrics_constants_util_win.h"
-#endif
-
ChromeStabilityMetricsProvider::ChromeStabilityMetricsProvider(
PrefService* local_state)
: helper_(local_state) {
« no previous file with comments | « no previous file | chrome/chrome_watcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698