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

Unified Diff: components/metrics/execution_phase.cc

Issue 2862413002: (Tiny) Make some execution_phase.cc includes windows only (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/execution_phase.cc
diff --git a/components/metrics/execution_phase.cc b/components/metrics/execution_phase.cc
index 98f9aee136e00cf13568de6bb70619ffae6bccb5..992ef820e77c945b17665f4390f49a1a6a924bfc 100644
--- a/components/metrics/execution_phase.cc
+++ b/components/metrics/execution_phase.cc
@@ -5,12 +5,15 @@
#include "components/metrics/execution_phase.h"
#include "build/build_config.h"
-#include "components/browser_watcher/stability_data_names.h"
-#include "components/browser_watcher/stability_debugging.h"
#include "components/metrics/metrics_pref_names.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/pref_service.h"
+#if defined(OS_WIN)
+#include "components/browser_watcher/stability_data_names.h"
+#include "components/browser_watcher/stability_debugging.h"
+#endif // defined(OS_WIN)
+
namespace metrics {
ExecutionPhaseManager::ExecutionPhaseManager(PrefService* local_state)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698