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

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

Issue 454353002: Cleanup namespace usage in modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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/modules/websockets/WebSocketExtensionParserTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
diff --git a/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp b/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
index 508a9f024e5baadc920223f3385b874086d60c7b..f78dba83907167b357fcbb712b221fe0c164134c 100644
--- a/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
+++ b/Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp
@@ -37,8 +37,7 @@
#include <gtest/gtest.h>
#include <iterator>
-using namespace blink;
-
+namespace blink {
namespace {
TEST(WebSocketPerMessageDeflateTest, TestDeflateHelloTakeOver)
@@ -508,4 +507,6 @@ TEST(WebSocketPerMessageDeflateTest, TestNegotiationRequest)
String actual = WebSocketPerMessageDeflate().createExtensionProcessor()->handshakeString();
EXPECT_EQ(String("permessage-deflate; client_max_window_bits"), actual);
}
+
} // namespace
+} // namespace blink
« no previous file with comments | « Source/modules/websockets/WebSocketExtensionParserTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698