| Index: content/browser/storage_partition_impl.h
|
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h
|
| index 07cea990e9b3d6e73d35d6aa601ea9d96dbbf753..4d51a4ffce39713ced46c29c62c632faf5c097ca 100644
|
| --- a/content/browser/storage_partition_impl.h
|
| +++ b/content/browser/storage_partition_impl.h
|
| @@ -31,8 +31,7 @@ class StoragePartitionImpl : public StoragePartition {
|
| virtual IndexedDBContextImpl* GetIndexedDBContext() OVERRIDE;
|
| virtual void AsyncClearDataForOrigin(
|
| uint32 storage_mask,
|
| - const GURL& storage_origin,
|
| - net::URLRequestContextGetter* request_context_getter) OVERRIDE;
|
| + const GURL& storage_origin) OVERRIDE;
|
| virtual void AsyncClearData(uint32 storage_mask) OVERRIDE;
|
|
|
| private:
|
|
|