| Index: Source/platform/weborigin/DatabaseIdentifierTest.cpp
|
| diff --git a/Source/platform/weborigin/DatabaseIdentifierTest.cpp b/Source/platform/weborigin/DatabaseIdentifierTest.cpp
|
| index cdf9f565976cb9f9bf46e4488830b4117e65e286..0ad5dc81ca4a56c0f4fdbb0fca0ad9aef556e18c 100644
|
| --- a/Source/platform/weborigin/DatabaseIdentifierTest.cpp
|
| +++ b/Source/platform/weborigin/DatabaseIdentifierTest.cpp
|
| @@ -37,9 +37,9 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using WebCore::SecurityOrigin;
|
| -using WebCore::createDatabaseIdentifierFromSecurityOrigin;
|
| -using WebCore::createSecurityOriginFromDatabaseIdentifier;
|
| +using blink::SecurityOrigin;
|
| +using blink::createDatabaseIdentifierFromSecurityOrigin;
|
| +using blink::createSecurityOriginFromDatabaseIdentifier;
|
|
|
| namespace {
|
|
|
|
|