| Index: content/browser/file_system/file_system_browsertest.cc
|
| ===================================================================
|
| --- content/browser/file_system/file_system_browsertest.cc (revision 122416)
|
| +++ content/browser/file_system/file_system_browsertest.cc (working copy)
|
| @@ -58,7 +58,8 @@
|
| const int kTemporaryStorageQuotaMaxSize =
|
| kInitialQuotaKilobytes * 1024 * QuotaManager::kPerHostTemporaryPortion;
|
| SetTempQuota(
|
| - kTemporaryStorageQuotaMaxSize, browser()->profile()->GetQuotaManager());
|
| + kTemporaryStorageQuotaMaxSize,
|
| + content::BrowserContext::GetQuotaManager(browser()->profile()));
|
| }
|
|
|
| static void SetTempQuota(int64 bytes, scoped_refptr<QuotaManager> qm) {
|
|
|