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

Unified Diff: webkit/tools/test_shell/drag_delegate.h

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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
« no previous file with comments | « webkit/glue/webworker_impl.cc ('k') | webkit/tools/test_shell/drag_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/drag_delegate.h
===================================================================
--- webkit/tools/test_shell/drag_delegate.h (revision 29380)
+++ webkit/tools/test_shell/drag_delegate.h (working copy)
@@ -9,11 +9,13 @@
#include "base/base_drag_source.h"
+namespace WebKit {
class WebView;
+}
class TestDragDelegate : public BaseDragSource {
public:
- TestDragDelegate(HWND source_hwnd, WebView* webview)
+ TestDragDelegate(HWND source_hwnd, WebKit::WebView* webview)
: BaseDragSource(),
source_hwnd_(source_hwnd),
webview_(webview) { }
@@ -25,7 +27,7 @@
virtual void OnDragSourceMove();
private:
- WebView* webview_;
+ WebKit::WebView* webview_;
// A HWND for the source we are associated with, used for translating
// mouse coordinates from screen to client coordinates.
« no previous file with comments | « webkit/glue/webworker_impl.cc ('k') | webkit/tools/test_shell/drag_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698