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

Unified Diff: components/metrics/execution_phase.cc

Issue 2861223003: Record keep alive registry's state in stability instrumentation (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
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)
bcwhite 2017/05/08 15:37:59 Why do this only on Windows?
manzagop (departed) 2017/05/08 16:12:59 Same as other comment.
+#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)

Powered by Google App Engine
This is Rietveld 408576698