Index: content/browser/indexed_db/indexed_db_quota_client_unittest.cc |
diff --git a/content/browser/indexed_db/indexed_db_quota_client_unittest.cc b/content/browser/indexed_db/indexed_db_quota_client_unittest.cc |
index f0befd24666f6d1136a8b84854e6dbf29ce92631..baa76fc66d16de703b9d5f03deec5a2d8dd2fd7e 100644 |
--- a/content/browser/indexed_db/indexed_db_quota_client_unittest.cc |
+++ b/content/browser/indexed_db/indexed_db_quota_client_unittest.cc |
@@ -138,8 +138,7 @@ class IndexedDBQuotaClientTest : public testing::Test { |
} |
void AddFakeIndexedDB(const GURL& origin, int size) { |
- base::FilePath file_path_origin = idb_context()->GetFilePathForTesting( |
- storage::GetIdentifierFromOrigin(origin)); |
+ base::FilePath file_path_origin = idb_context()->GetFilePath(origin); |
if (!base::CreateDirectory(file_path_origin)) { |
LOG(ERROR) << "failed to base::CreateDirectory " |
<< file_path_origin.value(); |