| Index: chrome/service/service_process.h
|
| diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h
|
| index 8d316b13df1eba83c32434131811abb7e9fc9981..ce1fc5a82ad4c33d041c31d97d3a9a78d0c0c921 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|.
|
|
|