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

Unified Diff: Source/modules/websockets/NewWebSocketChannelImplTest.cpp

Issue 426863003: Clean up remaining uses of WebCore namespace (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
Index: Source/modules/websockets/NewWebSocketChannelImplTest.cpp
diff --git a/Source/modules/websockets/NewWebSocketChannelImplTest.cpp b/Source/modules/websockets/NewWebSocketChannelImplTest.cpp
index 2c957437ed2133ba842db6118c4938c0164a0d70..cefcfb843e956d6f960b324e5c9d2640053404e5 100644
--- a/Source/modules/websockets/NewWebSocketChannelImplTest.cpp
+++ b/Source/modules/websockets/NewWebSocketChannelImplTest.cpp
@@ -32,7 +32,7 @@ using testing::PrintToString;
using testing::AnyNumber;
-namespace WebCore {
+namespace blink {
namespace {
@@ -741,4 +741,4 @@ TEST_F(NewWebSocketChannelImplTest, failFromWebSocket)
} // namespace
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/serviceworkers/CacheStorage.cpp ('k') | Source/platform/graphics/RecordingImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698