| Index: webkit/quota/quota_manager.h
|
| diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
|
| index 1ae881412aea9bad17a079a1912ea5da5cb9c92e..11ff3b4d87df92e0561b75a84f956494336d59f5 100644
|
| --- a/webkit/quota/quota_manager.h
|
| +++ b/webkit/quota/quota_manager.h
|
| @@ -33,7 +33,7 @@ class FilePath;
|
| namespace quota_internals {
|
| class QuotaInternalsProxy;
|
| }
|
| -
|
| +class BrowsingDataRemoverFileSystemTesterHelper;
|
| namespace quota {
|
|
|
| struct QuotaManagerDeleter;
|
| @@ -233,6 +233,7 @@ class QuotaManager : public QuotaTaskObserver,
|
| friend class QuotaManagerProxy;
|
| friend class QuotaManagerTest;
|
| friend class QuotaTemporaryStorageEvictor;
|
| + friend class ::BrowsingDataRemoverFileSystemTesterHelper;
|
|
|
| // This initialization method is lazily called on the IO thread
|
| // when the first quota manager API is called.
|
|
|