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

Unified Diff: Source/platform/clipboard/ClipboardUtilitiesTest.cpp

Issue 1182703002: Fix unit test style in Source/platform/, part 1. (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/clipboard/ClipboardUtilitiesTest.cpp
diff --git a/Source/platform/clipboard/ClipboardUtilitiesTest.cpp b/Source/platform/clipboard/ClipboardUtilitiesTest.cpp
index 66d93e0fc8873fa4056ccbf5b16efbadd2212e4c..6e3b0e2376812efee758b413c2e3f14059fb5053 100644
--- a/Source/platform/clipboard/ClipboardUtilitiesTest.cpp
+++ b/Source/platform/clipboard/ClipboardUtilitiesTest.cpp
@@ -33,12 +33,9 @@
#include "wtf/StdLibExtras.h"
#include "wtf/text/WTFString.h"
-
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
#if OS(WIN)
const char invalidCharacters[] = "\x00/\\:*?\"<>|";
@@ -88,4 +85,4 @@ TEST(ClipboardUtilitiesTest, NamePlusExtensionTooLong)
EXPECT_EQ(254u, name.length() + extension.length());
}
-} // anonymous namespace
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698