| Index: content/child/resource_dispatcher.h
|
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h
|
| index e18277d04011f4aecb38f55c388b2fb70d183c15..17e19f9be8d920c5d4d126de785a70898e25c159 100644
|
| --- a/content/child/resource_dispatcher.h
|
| +++ b/content/child/resource_dispatcher.h
|
| @@ -51,7 +51,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
|
| virtual ~ResourceDispatcher();
|
|
|
| // IPC::Listener implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| // Creates a ResourceLoaderBridge for this type of dispatcher, this is so
|
| // this can be tested regardless of the ResourceLoaderBridge::Create
|
|
|