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

Unified Diff: chrome/app/chrome_watcher_command_line_win.h

Issue 1578843002: Add missing destructor to ChromeWatcherCommandLineGenerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 | « no previous file | chrome/app/chrome_watcher_command_line_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/app/chrome_watcher_command_line_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698