| Index: content/child/quota_dispatcher.h
|
| diff --git a/content/child/quota_dispatcher.h b/content/child/quota_dispatcher.h
|
| index 041f4d2aa388c44e0fd69c19f5fa9c945cae3480..7e9737385ed031374a387486cb44e1f0e9828ba7 100644
|
| --- a/content/child/quota_dispatcher.h
|
| +++ b/content/child/quota_dispatcher.h
|
| @@ -54,7 +54,7 @@ class QuotaDispatcher : public WorkerTaskRunner::Observer {
|
| QuotaMessageFilter* quota_message_filter);
|
|
|
| // WorkerTaskRunner::Observer implementation.
|
| - virtual void OnWorkerRunLoopStopped() OVERRIDE;
|
| + virtual void OnWorkerRunLoopStopped() override;
|
|
|
| void OnMessageReceived(const IPC::Message& msg);
|
|
|
|
|