| Index: webkit/tools/test_shell/event_sending_controller.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/event_sending_controller.h (revision 29380)
|
| +++ webkit/tools/test_shell/event_sending_controller.h (working copy)
|
| @@ -24,10 +24,10 @@
|
| #include "webkit/glue/cpp_bound_class.h"
|
|
|
| class TestShell;
|
| -class WebView;
|
|
|
| namespace WebKit {
|
| class WebDragData;
|
| +class WebView;
|
| struct WebPoint;
|
| }
|
|
|
| @@ -81,7 +81,7 @@
|
|
|
| private:
|
| // Returns the test shell's webview.
|
| - static WebView* webview();
|
| + static WebKit::WebView* webview();
|
|
|
| // Returns true if dragMode is true.
|
| bool drag_mode() { return dragMode.isBool() && dragMode.ToBoolean(); }
|
|
|