| Index: webkit/glue/webframeloaderclient_impl.h
|
| ===================================================================
|
| --- webkit/glue/webframeloaderclient_impl.h (revision 13095)
|
| +++ webkit/glue/webframeloaderclient_impl.h (working copy)
|
| @@ -15,10 +15,10 @@
|
|
|
| #include "build/build_config.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "webkit/glue/webview_delegate.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
| -
|
| namespace WebCore {
|
| class Frame;
|
| class HTMLFormElement;
|
| @@ -30,6 +30,7 @@
|
| class WebFrameImpl;
|
| class WebPluginContainer;
|
|
|
| +
|
| class WebFrameLoaderClient : public WebCore::FrameLoaderClient {
|
| public:
|
| WebFrameLoaderClient(WebFrameImpl* webframe);
|
|
|