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

Unified Diff: components/browser_watcher/exit_code_watcher_win.h

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
« no previous file with comments | « components/browser_watcher.gypi ('k') | components/browser_watcher/exit_code_watcher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/exit_code_watcher_win.h
diff --git a/components/browser_watcher/watcher_win.h b/components/browser_watcher/exit_code_watcher_win.h
similarity index 91%
rename from components/browser_watcher/watcher_win.h
rename to components/browser_watcher/exit_code_watcher_win.h
index bdea55a8598902495d5c43058f18d7255e203435..8fbb6141864da0fa019baa18f08821f4aed83bf1 100644
--- a/components/browser_watcher/watcher_win.h
+++ b/components/browser_watcher/exit_code_watcher_win.h
@@ -1,8 +1,8 @@
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BROWSER_WATCHER_WATCHER_WIN_H_
-#define COMPONENTS_BROWSER_WATCHER_WATCHER_WIN_H_
+#ifndef COMPONENTS_BROWSER_WATCHER_EXIT_CODE_WATCHER_WIN_H_
+#define COMPONENTS_BROWSER_WATCHER_EXIT_CODE_WATCHER_WIN_H_
#include "base/macros.h"
#include "base/process/process_handle.h"
@@ -59,4 +59,4 @@ class ExitCodeWatcher {
} // namespace browser_watcher
-#endif // COMPONENTS_BROWSER_WATCHER_WATCHER_WIN_H_
+#endif // COMPONENTS_BROWSER_WATCHER_EXIT_CODE_WATCHER_WIN_H_
« no previous file with comments | « components/browser_watcher.gypi ('k') | components/browser_watcher/exit_code_watcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698