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

Unified Diff: Source/modules/indexeddb/IDBKeyPathTest.cpp

Issue 454353002: Cleanup namespace usage in modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/modules/indexeddb/IDBRequestTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/modules/indexeddb/IDBRequestTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698