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

Unified Diff: chrome/app/chrome_watcher_command_line_win.cc

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 | « chrome/app/chrome_watcher_command_line_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_watcher_command_line_win.cc
diff --git a/chrome/app/chrome_watcher_command_line_win.cc b/chrome/app/chrome_watcher_command_line_win.cc
index 05fb4770bf2bafe5b34454106be56557954dcd55..b1835c576fef070e724c3988733f67717564350a 100644
--- a/chrome/app/chrome_watcher_command_line_win.cc
+++ b/chrome/app/chrome_watcher_command_line_win.cc
@@ -53,6 +53,9 @@ ChromeWatcherCommandLineGenerator::ChromeWatcherCommandLineGenerator(
const base::FilePath& chrome_exe) : chrome_exe_(chrome_exe) {
}
+ChromeWatcherCommandLineGenerator::~ChromeWatcherCommandLineGenerator() {
+}
+
bool ChromeWatcherCommandLineGenerator::SetOnInitializedEventHandle(
HANDLE on_initialized_event_handle) {
return SetHandle(on_initialized_event_handle, &on_initialized_event_handle_);
« no previous file with comments | « chrome/app/chrome_watcher_command_line_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698