| Index: content/common/quota_dispatcher.h
|
| diff --git a/content/common/quota_dispatcher.h b/content/common/quota_dispatcher.h
|
| index 4faa0e1dcc0b27b1d88669c60b5158b4569104ad..1d1c262a9e58e34388d298ecdafabd6b8fea95f4 100644
|
| --- a/content/common/quota_dispatcher.h
|
| +++ b/content/common/quota_dispatcher.h
|
| @@ -40,7 +40,7 @@ class QuotaDispatcher : public IPC::Channel::Listener {
|
| virtual ~QuotaDispatcher();
|
|
|
| // IPC::Channel::Listener implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| void QueryStorageUsageAndQuota(const GURL& gurl,
|
| quota::StorageType type,
|
|
|