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

Unified Diff: base/string_piece_unittest.cc

Issue 193072: Move StringPiece into the base namespace. It is colliding (Closed)
Patch Set: take 2 Created 11 years, 3 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 | « base/string_piece.cc ('k') | base/string_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/string_piece_unittest.cc
diff --git a/base/string_piece_unittest.cc b/base/string_piece_unittest.cc
index ff62d46d2c372ada65e5d33262a1fb170d05d2a5..8289cf303450d8a907fb4217dfa32392dc098a34 100644
--- a/base/string_piece_unittest.cc
+++ b/base/string_piece_unittest.cc
@@ -8,6 +8,8 @@
#include "testing/gtest/include/gtest/gtest.h"
+using namespace base;
+
TEST(StringPieceTest, CheckComparisonOperators) {
#define CMP_Y(op, x, y) \
ASSERT_TRUE( (StringPiece((x)) op StringPiece((y)))); \
« no previous file with comments | « base/string_piece.cc ('k') | base/string_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698