| Index: chrome/app/chrome_watcher_command_line_win.h
|
| diff --git a/chrome/app/chrome_watcher_command_line_win.h b/chrome/app/chrome_watcher_command_line_win.h
|
| index de66bd221072b65e6f2afd39843dcfedf6ce5dfe..3f4c5685648dcb1f34257250027525289d50a161 100644
|
| --- a/chrome/app/chrome_watcher_command_line_win.h
|
| +++ b/chrome/app/chrome_watcher_command_line_win.h
|
| @@ -24,6 +24,7 @@
|
| class ChromeWatcherCommandLineGenerator {
|
| public:
|
| explicit ChromeWatcherCommandLineGenerator(const base::FilePath& chrome_exe);
|
| + ~ChromeWatcherCommandLineGenerator();
|
|
|
| // Sets a handle to be shared with the child process. This will duplicate the
|
| // handle with the inherit flag, with this object retaining ownership of the
|
|
|