| Index: components/browser_watcher/exit_code_watcher_win.cc
|
| diff --git a/components/browser_watcher/exit_code_watcher_win.cc b/components/browser_watcher/exit_code_watcher_win.cc
|
| index 0e2318472f455a2c9f40b4b2b12622aa9eca7e68..b664c847a13dd33986039b99e572800f9ee3bfc7 100644
|
| --- a/components/browser_watcher/exit_code_watcher_win.cc
|
| +++ b/components/browser_watcher/exit_code_watcher_win.cc
|
| @@ -22,7 +22,7 @@ base::string16 GetValueName(const base::Time creation_time,
|
|
|
| } // namespace
|
|
|
| -ExitCodeWatcher::ExitCodeWatcher(const base::char16* registry_path) :
|
| +ExitCodeWatcher::ExitCodeWatcher(const base::string16& registry_path) :
|
| registry_path_(registry_path), exit_code_(STILL_ACTIVE) {
|
| }
|
|
|
|
|