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

Unified Diff: components/browser_watcher/exit_code_watcher_win.cc

Issue 743463002: Browser watcher, part deux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address Erik's remaining comments. Created 6 years, 1 month 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/exit_code_watcher_win.cc
diff --git a/components/browser_watcher/watcher_win.cc b/components/browser_watcher/exit_code_watcher_win.cc
similarity index 98%
rename from components/browser_watcher/watcher_win.cc
rename to components/browser_watcher/exit_code_watcher_win.cc
index 01b7d1f2060f1aaa7cede819de9efb082e0fc45d..7f941ea8f89c0b04415e179f4d2e2b93465c8e63 100644
--- a/components/browser_watcher/watcher_win.cc
+++ b/components/browser_watcher/exit_code_watcher_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/browser_watcher/watcher_win.h"
+#include "components/browser_watcher/exit_code_watcher_win.h"
#include "base/command_line.h"
#include "base/logging.h"
« no previous file with comments | « components/browser_watcher/exit_code_watcher_win.h ('k') | components/browser_watcher/exit_code_watcher_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698