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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2531123002: Record MetricsService's execution phase to the stability file (Closed)
Patch Set: Address comments Created 4 years 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/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index fede06b927f964d0197d71c174fae1a7eeddbcb4..3a40632045d1efc1326034902e3781d0ceba21f0 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -75,8 +75,8 @@ static_library("stability") {
sources = [
"features.cc",
"features.h",
- "stability_debugging_win.cc",
- "stability_debugging_win.h",
+ "stability_debugging.cc",
+ "stability_debugging.h",
]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698