| Index: content/browser/database_util_unittest.cc
|
| diff --git a/content/browser/database_util_unittest.cc b/content/browser/database_util_unittest.cc
|
| index 23f0a47900d86c68f695c6ab057f412c00ed377f..1b35e23d06eb8b5a1dce65dc21f2f0744822fe7e 100644
|
| --- a/content/browser/database_util_unittest.cc
|
| +++ b/content/browser/database_util_unittest.cc
|
| @@ -9,7 +9,7 @@
|
| #include "webkit/common/database/database_identifier.h"
|
|
|
| using base::ASCIIToUTF16;
|
| -using webkit_database::DatabaseUtil;
|
| +using storage::DatabaseUtil;
|
|
|
| static void TestVfsFilePath(bool expected_result,
|
| const char* vfs_file_name,
|
| @@ -30,8 +30,8 @@ static void TestVfsFilePath(bool expected_result,
|
| }
|
|
|
| static GURL ToAndFromOriginIdentifier(const GURL origin_url) {
|
| - std::string id = webkit_database::GetIdentifierFromOrigin(origin_url);
|
| - return webkit_database::GetOriginFromIdentifier(id);
|
| + std::string id = storage::GetIdentifierFromOrigin(origin_url);
|
| + return storage::GetOriginFromIdentifier(id);
|
| }
|
|
|
| static void TestValidOriginIdentifier(bool expected_result,
|
|
|