| Index: chrome/browser/mach_broker_mac.h
|
| diff --git a/chrome/browser/mach_broker_mac.h b/chrome/browser/mach_broker_mac.h
|
| index 40906f43d3f7ff14f9c6f529ea822fb2eb58f5cd..a39e17b9e5e785d40363adc45d7aeac4ad2aaa5d 100644
|
| --- a/chrome/browser/mach_broker_mac.h
|
| +++ b/chrome/browser/mach_broker_mac.h
|
| @@ -86,7 +86,7 @@ class MachBroker : public base::ProcessMetrics::PortProvider,
|
| private:
|
| // Private constructor.
|
| MachBroker();
|
| - ~MachBroker();
|
| + virtual ~MachBroker();
|
|
|
| // True if the listener thread has been started.
|
| bool listener_thread_started_;
|
| @@ -110,4 +110,3 @@ class MachBroker : public base::ProcessMetrics::PortProvider,
|
| };
|
|
|
| #endif // CHROME_BROWSER_MACH_BROKER_H_
|
| -
|
|
|