| Index: Source/web/DragClientImpl.h
|
| diff --git a/Source/web/DragClientImpl.h b/Source/web/DragClientImpl.h
|
| index 241258c30c29df2eff8f293a30421b44c3b3db18..0d8a640d725a358a52d3a683cc5c39fdd47cb389 100644
|
| --- a/Source/web/DragClientImpl.h
|
| +++ b/Source/web/DragClientImpl.h
|
| @@ -42,7 +42,7 @@ class IntPoint;
|
| class KURL;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebViewImpl;
|
|
|
| class DragClientImpl : public WebCore::DragClient {
|
| @@ -62,6 +62,6 @@ private:
|
| WebViewImpl* m_webView;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|