| 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
|
|
|