| Index: content/public/browser/browser_context.h
|
| ===================================================================
|
| --- content/public/browser/browser_context.h (revision 152606)
|
| +++ content/public/browser/browser_context.h (working copy)
|
| @@ -23,7 +23,6 @@
|
| }
|
|
|
| namespace quota {
|
| -class QuotaManager;
|
| class SpecialStoragePolicy;
|
| }
|
|
|
| @@ -56,7 +55,6 @@
|
| StoragePartitionCallback;
|
|
|
| static DownloadManager* GetDownloadManager(BrowserContext* browser_context);
|
| - static quota::QuotaManager* GetQuotaManager(BrowserContext* browser_context);
|
| static IndexedDBContext* GetIndexedDBContext(BrowserContext* browser_context);
|
| static webkit_database::DatabaseTracker* GetDatabaseTracker(
|
| BrowserContext* browser_context);
|
|
|