summaryrefslogtreecommitdiffstats
path: root/base/process/process_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/process/process_win.cc')
-rw-r--r--base/process/process_win.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/process/process_win.cc b/base/process/process_win.cc
index e701ece..0d312a3 100644
--- a/base/process/process_win.cc
+++ b/base/process/process_win.cc
@@ -32,6 +32,9 @@ Process::Process(RValue other)
other.object->Close();
}
+Process::~Process() {
+}
+
Process& Process::operator=(RValue other) {
if (this != other.object) {
process_.Set(other.object->process_.Take());