| Index: Source/web/tests/ActivityLoggerTest.cpp
|
| diff --git a/Source/web/tests/ActivityLoggerTest.cpp b/Source/web/tests/ActivityLoggerTest.cpp
|
| index 26ddc5fc5db5fe8515e476b3b66ab8aeecdacac8..8a21d1c383638527b921fb540ab5edd82740413e 100644
|
| --- a/Source/web/tests/ActivityLoggerTest.cpp
|
| +++ b/Source/web/tests/ActivityLoggerTest.cpp
|
| @@ -13,10 +13,10 @@
|
| #include <gtest/gtest.h>
|
| #include <v8.h>
|
|
|
| -using WebCore::ScriptController;
|
| -using WebCore::ScriptSourceCode;
|
| -using WebCore::V8DOMActivityLogger;
|
| -using WebCore::toCoreStringWithUndefinedOrNullCheck;
|
| +using blink::ScriptController;
|
| +using blink::ScriptSourceCode;
|
| +using blink::V8DOMActivityLogger;
|
| +using blink::toCoreStringWithUndefinedOrNullCheck;
|
| using blink::FrameTestHelpers::WebViewHelper;
|
| using blink::FrameTestHelpers::pumpPendingRequestsDoNotUse;
|
|
|
|
|