Index: content/browser/in_process_webkit/indexed_db_browsertest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc |
index 62b0a28ee27c1a4ae4d0f85bd3a7e13ecf1002fd..b112e307dc12ba6e5ff95ebf220c4053e730df83 100644 |
--- a/content/browser/in_process_webkit/indexed_db_browsertest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
@@ -233,7 +234,7 @@ class IndexedDBBrowserTestWithLowQuota : public IndexedDBBrowserTest { |
return; |
} |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
- qm->SetTemporaryGlobalOverrideQuota(bytes, NULL); |
+ qm->SetTemporaryGlobalOverrideQuota(bytes, quota::QuotaCallback()); |
// Don't return until the quota has been set. |
scoped_refptr<base::ThreadTestHelper> helper( |
new base::ThreadTestHelper( |