| Index: content/browser/quota_dispatcher_host.h
|
| diff --git a/content/browser/quota_dispatcher_host.h b/content/browser/quota_dispatcher_host.h
|
| index 4aea9b7db6b0054879b1f85512d2a402ec8c383b..79ea104dd79c03aa4fd0b366d5e2b1d430456ff7 100644
|
| --- a/content/browser/quota_dispatcher_host.h
|
| +++ b/content/browser/quota_dispatcher_host.h
|
| @@ -31,7 +31,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter {
|
| QuotaPermissionContext* permission_context);
|
|
|
| // BrowserMessageFilter:
|
| - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| + virtual bool OnMessageReceived(const IPC::Message& message) override;
|
|
|
| protected:
|
| virtual ~QuotaDispatcherHost();
|
|
|