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

Unified Diff: Source/web/WebIDBKey.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/web/WebIDBDatabaseError.cpp ('k') | Source/web/WebIDBKeyPath.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebIDBKey.cpp
diff --git a/Source/web/WebIDBKey.cpp b/Source/web/WebIDBKey.cpp
index b2f726652b2a5607433fd67221faac0d0d5be31c..99c20e2c306f841a3a83218768fd86a9cf9c91b1 100644
--- a/Source/web/WebIDBKey.cpp
+++ b/Source/web/WebIDBKey.cpp
@@ -30,8 +30,6 @@
#include "modules/indexeddb/IDBKey.h"
-using namespace blink;
-
namespace blink {
WebIDBKey WebIDBKey::createArray(const WebVector<WebIDBKey>& array)
« no previous file with comments | « Source/web/WebIDBDatabaseError.cpp ('k') | Source/web/WebIDBKeyPath.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698