Commit b81f202b authored by yosin@chromium.org's avatar yosin@chromium.org

Get rid of redundant using statements in VisibleUnit.cpp

This patch gets rid of redundant |using| statements in "VisibleUnit.cpp"
for improving code health.

BUG=n/a
TEST=n/a; no behavior changes

Review URL: https://codereview.chromium.org/1305973006

git-svn-id: svn://svn.chromium.org/blink/trunk@201709 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9ff87c16
...@@ -61,9 +61,6 @@ ...@@ -61,9 +61,6 @@
namespace blink { namespace blink {
using namespace HTMLNames;
using namespace WTF::Unicode;
template <typename PositionType> template <typename PositionType>
static PositionType canonicalizeCandidate(const PositionType& candidate) static PositionType canonicalizeCandidate(const PositionType& candidate)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment