diff options
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r-- | chrome/service/service_process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h index 8d316b1..ce1fc5a 100644 --- a/chrome/service/service_process.h +++ b/chrome/service/service_process.h @@ -32,7 +32,7 @@ class CommandLine; class ServiceProcess : public CloudPrintProxy::Client { public: ServiceProcess(); - ~ServiceProcess(); + virtual ~ServiceProcess(); // Initialize the ServiceProcess with the message loop that it should run on. // ServiceProcess takes ownership of |state|. |