Chromium Code Reviews| Index: webkit/api/src/DragClientImpl.h |
| =================================================================== |
| --- webkit/api/src/DragClientImpl.h (revision 30557) |
| +++ webkit/api/src/DragClientImpl.h (working copy) |
| @@ -41,10 +41,9 @@ |
| class KURL; |
| } |
| +namespace WebKit { |
| class WebViewImpl; |
| -namespace WebKit { |
| - |
| class DragClientImpl : public WebCore::DragClient { |
| public: |
| DragClientImpl(WebViewImpl* webView) : m_webView(webView) { } |