| Index: content/browser/renderer_host/quota_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/quota_dispatcher_host.h b/content/browser/renderer_host/quota_dispatcher_host.h
|
| index 4e44b0fadb906dd554e742059049e01db9d814d1..1d90ef5725b72b0a9a13738d0edc262f738ddb43 100644
|
| --- a/content/browser/renderer_host/quota_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/quota_dispatcher_host.h
|
| @@ -29,7 +29,7 @@ class QuotaDispatcherHost : public BrowserMessageFilter {
|
| QuotaPermissionContext* permission_context);
|
| virtual ~QuotaDispatcherHost();
|
| virtual bool OnMessageReceived(const IPC::Message& message,
|
| - bool* message_was_ok);
|
| + bool* message_was_ok) OVERRIDE;
|
|
|
| private:
|
| class RequestDispatcher;
|
|
|