| 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"
|
|
|