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

Unified Diff: Source/platform/text/LocaleICUTest.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/LocaleICUTest.cpp
diff --git a/Source/platform/text/LocaleICUTest.cpp b/Source/platform/text/LocaleICUTest.cpp
index 16b09bf812f0de7d8fb93d6c31e8c131dbb4f647..d20063ffb92732ad842b55698e2f82e066ae4cda 100644
--- a/Source/platform/text/LocaleICUTest.cpp
+++ b/Source/platform/text/LocaleICUTest.cpp
@@ -36,7 +36,7 @@
#include <gtest/gtest.h>
#include <unicode/uvernum.h>
-using namespace blink;
+namespace blink {
class LocaleICUTest : public ::testing::Test {
public:
@@ -295,3 +295,5 @@ TEST_F(LocaleICUTest, reversible)
testNumbers("zh_HK");
testNumbers("zh_TW");
}
+
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698