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

Unified Diff: Source/modules/websockets/WebSocketExtensionDispatcherTest.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
Index: Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp
diff --git a/Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp b/Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp
index 7ca11b30fbf910c26e7f963cc6b3aaba99d0b919..ef8df67c3c10861fc8ac8a38b03a6f815f0aa5cc 100644
--- a/Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp
+++ b/Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp
@@ -32,8 +32,7 @@
#include "wtf/text/StringHash.h"
#include <gtest/gtest.h>
-using namespace blink;
-
+namespace blink {
namespace {
class WebSocketExtensionDispatcherTest;
@@ -181,4 +180,5 @@ TEST_F(WebSocketExtensionDispatcherTest, TestInvalid)
}
}
-}
+} // namespace
+} // namespace blink
« no previous file with comments | « Source/modules/websockets/WebSocketDeflaterTest.cpp ('k') | Source/modules/websockets/WebSocketExtensionParserTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698