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

Unified Diff: webkit/tools/test_shell/drop_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/tools/test_shell/drag_delegate.cc ('k') | webkit/tools/test_shell/drop_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/drop_delegate.h
===================================================================
--- webkit/tools/test_shell/drop_delegate.h (revision 29380)
+++ webkit/tools/test_shell/drop_delegate.h (working copy)
@@ -9,11 +9,13 @@
#include "base/base_drop_target.h"
+namespace WebKit {
class WebView;
+}
class TestDropDelegate : public BaseDropTarget {
public:
- TestDropDelegate(HWND source_hwnd, WebView* webview)
+ TestDropDelegate(HWND source_hwnd, WebKit::WebView* webview)
: BaseDropTarget(source_hwnd),
webview_(webview) { }
@@ -35,7 +37,7 @@
private:
- WebView* webview_;
+ WebKit::WebView* webview_;
};
#endif // WEBKIT_TOOLS_TEST_SHELL_DROP_DELEGATE_H__
« no previous file with comments | « webkit/tools/test_shell/drag_delegate.cc ('k') | webkit/tools/test_shell/drop_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698