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

Unified Diff: net/base/int128_unittest.cc

Issue 2595093002: Remove some unnecessary using directives from tests. (Closed)
Patch Set: Remove unnecessary empty line. Created 4 years 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 | « no previous file | net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/int128_unittest.cc
diff --git a/net/base/int128_unittest.cc b/net/base/int128_unittest.cc
index 2d740d375d7d2ee95a67213f4717e1b1bcc9b2ce..9a9028978ab9b2c9ac532c7182cc5b25a717d43c 100644
--- a/net/base/int128_unittest.cc
+++ b/net/base/int128_unittest.cc
@@ -10,9 +10,9 @@
#include "net/base/int128.h"
#include "testing/gtest/include/gtest/gtest.h"
-using net::uint128;
-using net::uint128_pod;
-using net::kuint128max;
+namespace net {
+
+namespace test {
TEST(Int128, AllTests) {
uint128 zero(0);
@@ -264,3 +264,7 @@ TEST(Int128, AliasTests) {
x3 += x3;
EXPECT_EQ(x4, x3);
}
+
+} // namespace test
+
+} // namespace net
« no previous file with comments | « no previous file | net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698