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

Unified Diff: Source/platform/text/LocaleWinTest.cpp

Issue 1184673003: Fix unit test style in Source/platform/, part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/platform/text/LocaleWinTest.cpp
diff --git a/Source/platform/text/LocaleWinTest.cpp b/Source/platform/text/LocaleWinTest.cpp
index f9ebb2a53307695b266fca187f5e66d13c347185..6c83fded36a125aef2088cafa55ebf925baf0045 100644
--- a/Source/platform/text/LocaleWinTest.cpp
+++ b/Source/platform/text/LocaleWinTest.cpp
@@ -38,8 +38,7 @@
#include "wtf/text/CString.h"
#include <gtest/gtest.h>
-using namespace blink;
-using namespace std;
+namespace blink {
class LocaleWinTest : public ::testing::Test {
protected:
@@ -303,3 +302,5 @@ TEST_F(LocaleWinTest, localizedNumberRoundTrip)
testNumbers(ChineseHK);
testNumbers(ChineseTW);
}
+
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698