| Index: Source/web/LinkHighlight.cpp
|
| diff --git a/Source/web/LinkHighlight.cpp b/Source/web/LinkHighlight.cpp
|
| index 678aba6d0519819dd35aac558856ca44e739c0f5..251507bc60117717c3667958ccf3a7dd60e3e896 100644
|
| --- a/Source/web/LinkHighlight.cpp
|
| +++ b/Source/web/LinkHighlight.cpp
|
| @@ -52,8 +52,6 @@
|
| #include "web/WebViewImpl.h"
|
| #include "wtf/CurrentTime.h"
|
|
|
| -using namespace blink;
|
| -
|
| namespace blink {
|
|
|
| class WebViewImpl;
|
| @@ -360,4 +358,4 @@ WebLayer* LinkHighlight::layer()
|
| return clipLayer();
|
| }
|
|
|
| -} // namespace WeKit
|
| +} // namespace blink
|
|
|