summaryrefslogtreecommitdiffstats
path: root/content/browser/mach_broker_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/mach_broker_mac.h')
-rw-r--r--content/browser/mach_broker_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/mach_broker_mac.h b/content/browser/mach_broker_mac.h
index 6fdaaa8..27a61dd 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();