| Index: content/browser/indexed_db/indexed_db_quota_client.h
|
| diff --git a/content/browser/indexed_db/indexed_db_quota_client.h b/content/browser/indexed_db/indexed_db_quota_client.h
|
| index e79f4aa65417f270a86a2ce47403c5eb9d9d9613..605e7058dc3c7d3f4fe052727d7ed4f11e4dbf74 100644
|
| --- a/content/browser/indexed_db/indexed_db_quota_client.h
|
| +++ b/content/browser/indexed_db/indexed_db_quota_client.h
|
| @@ -25,9 +25,8 @@ class IndexedDBContextImpl;
|
| class IndexedDBQuotaClient : public quota::QuotaClient,
|
| public quota::QuotaTaskObserver {
|
| public:
|
| - CONTENT_EXPORT IndexedDBQuotaClient(
|
| - base::MessageLoopProxy* tracker_thread,
|
| - IndexedDBContextImpl* indexed_db_context);
|
| + CONTENT_EXPORT IndexedDBQuotaClient(base::MessageLoopProxy* tracker_thread,
|
| + IndexedDBContextImpl* indexed_db_context);
|
| CONTENT_EXPORT virtual ~IndexedDBQuotaClient();
|
|
|
| // QuotaClient method overrides
|
| @@ -44,6 +43,7 @@ class IndexedDBQuotaClient : public quota::QuotaClient,
|
| virtual void DeleteOriginData(const GURL& origin,
|
| quota::StorageType type,
|
| const DeletionCallback& callback) OVERRIDE;
|
| +
|
| private:
|
| scoped_refptr<base::MessageLoopProxy> webkit_thread_message_loop_;
|
| scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
|
|
|