Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: Source/web/tests/ActivityLoggerTest.cpp

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/painting/PaintAggregator.cpp ('k') | Source/web/tests/AssociatedURLLoaderTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/painting/PaintAggregator.cpp ('k') | Source/web/tests/AssociatedURLLoaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698