| Index: content/shell/browser/shell_quota_permission_context.h
|
| diff --git a/content/shell/browser/shell_quota_permission_context.h b/content/shell/browser/shell_quota_permission_context.h
|
| index 747f869d9d62952aa720d82b401af0f6a981a189..365e0498ea099c8bdf19c23b29d5b14786a0dcf5 100644
|
| --- a/content/shell/browser/shell_quota_permission_context.h
|
| +++ b/content/shell/browser/shell_quota_permission_context.h
|
| @@ -15,13 +15,12 @@ class ShellQuotaPermissionContext : public QuotaPermissionContext {
|
| ShellQuotaPermissionContext();
|
|
|
| // The callback will be dispatched on the IO thread.
|
| - virtual void RequestQuotaPermission(
|
| - const StorageQuotaParams& params,
|
| - int render_process_id,
|
| - const PermissionCallback& callback) override;
|
| + void RequestQuotaPermission(const StorageQuotaParams& params,
|
| + int render_process_id,
|
| + const PermissionCallback& callback) override;
|
|
|
| private:
|
| - virtual ~ShellQuotaPermissionContext();
|
| + ~ShellQuotaPermissionContext() override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellQuotaPermissionContext);
|
| };
|
|
|