| Index: Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| diff --git a/Source/modules/indexeddb/IDBKeyPathTest.cpp b/Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| index 62177ed37a585b72a4053aa54ba6f03d26d74dad..633f2bd91087fcc0fb037e28c48047e99a4ff7da 100644
|
| --- a/Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| +++ b/Source/modules/indexeddb/IDBKeyPathTest.cpp
|
| @@ -33,8 +33,7 @@
|
|
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| +namespace blink {
|
| namespace {
|
|
|
| void checkKeyPath(const String& keyPath, const Vector<String>& expected, int parserError)
|
| @@ -126,3 +125,4 @@ TEST(IDBKeyPathTest, InvalidKeyPath5)
|
| }
|
|
|
| } // namespace
|
| +} // namespace blink
|
|
|