| Index: chrome/browser/ui/webui/media/media_internals_proxy.h
|
| diff --git a/chrome/browser/ui/webui/media/media_internals_proxy.h b/chrome/browser/ui/webui/media/media_internals_proxy.h
|
| index 89f228d0307d8250ea237a355700289d37bd17b1..605e953fdfdd81bd313b7217fcd3a918f5389f7b 100644
|
| --- a/chrome/browser/ui/webui/media/media_internals_proxy.h
|
| +++ b/chrome/browser/ui/webui/media/media_internals_proxy.h
|
| @@ -39,7 +39,7 @@ class MediaInternalsProxy
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Register a Handler and start receiving callbacks from MediaInternals.
|
| void Attach(MediaInternalsMessageHandler* handler);
|
| @@ -51,7 +51,7 @@ class MediaInternalsProxy
|
| void GetEverything();
|
|
|
| // MediaInternalsObserver implementation. Called on the IO thread.
|
| - virtual void OnUpdate(const string16& update);
|
| + virtual void OnUpdate(const string16& update) OVERRIDE;
|
|
|
| // ChromeNetLog::ThreadSafeObserver implementation. Callable from any thread:
|
| virtual void OnAddEntry(net::NetLog::EventType type,
|
|
|