| 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 5c443f281fde7a9590892f57bc13c9fcdf05fd15..a7db5a48e89bd626be05794d9f2c7b520f16f150 100644
|
| --- a/content/browser/indexed_db/indexed_db_quota_client.h
|
| +++ b/content/browser/indexed_db/indexed_db_quota_client.h
|
| @@ -25,8 +25,9 @@ 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
|
| @@ -43,7 +44,6 @@ 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_;
|
|
|