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

Unified Diff: third_party/WebKit/Source/core/html/forms/TypeAhead.cpp

Issue 2729583004: Skip a few "using namespace" that we don't really need. (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/core/html/forms/TypeAhead.cpp
diff --git a/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp b/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp
index 4d19fc3402aed2dc682f4d67af665677f2d37092..a2ea2d77d6bb6444b9de6653b667ebe3e9637bfd 100644
--- a/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp
+++ b/third_party/WebKit/Source/core/html/forms/TypeAhead.cpp
@@ -32,8 +32,6 @@
#include "core/events/KeyboardEvent.h"
#include "wtf/text/CharacterNames.h"
-using namespace WTF::Unicode;
-
namespace blink {
TypeAhead::TypeAhead(TypeAheadDataSource* dataSource)

Powered by Google App Engine
This is Rietveld 408576698