| Index: chrome/chrome_watcher/chrome_watcher_main_api.h
|
| diff --git a/chrome/chrome_watcher/chrome_watcher_main_api.h b/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| index d2f129b4a93a4ffd6055b8138259f961459b417a..d7015273b665ec5ac03cf4c19331b2311c29d193 100644
|
| --- a/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| +++ b/chrome/chrome_watcher/chrome_watcher_main_api.h
|
| @@ -29,7 +29,7 @@ extern const base::FilePath::CharType kPermanentlyFailedReportsSubdir[];
|
| // |channel_name| is the current Chrome distribution channel (one of
|
| // installer::kChromeChannelXXX).
|
| typedef int (*ChromeWatcherMainFunction)(
|
| - const base::char16* registry_path,
|
| + const base::string16& registry_path,
|
| HANDLE parent_process,
|
| DWORD main_thread_id,
|
| HANDLE on_initialized_event,
|
|
|