| Index: content/browser/mach_broker_mac.h
|
| diff --git a/content/browser/mach_broker_mac.h b/content/browser/mach_broker_mac.h
|
| index 6fdaaa8d664df426d363218694cc355c4bafb26b..27a61dd1655941a1af0d194283f673896c85687a 100644
|
| --- a/content/browser/mach_broker_mac.h
|
| +++ b/content/browser/mach_broker_mac.h
|
| @@ -79,12 +79,12 @@ class MachBroker : public base::ProcessMetrics::PortProvider,
|
| static std::string GetMachPortName();
|
|
|
| // Implement |ProcessMetrics::PortProvider|.
|
| - virtual mach_port_t TaskForPid(base::ProcessHandle process) const;
|
| + virtual mach_port_t TaskForPid(base::ProcessHandle process) const OVERRIDE;
|
|
|
| // Implement |content::NotificationObserver|.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
| private:
|
| // Private constructor.
|
| MachBroker();
|
|
|