| Index: webkit/plugins/webview_plugin.h
|
| ===================================================================
|
| --- webkit/plugins/webview_plugin.h (revision 115998)
|
| +++ webkit/plugins/webview_plugin.h (working copy)
|
| @@ -8,7 +8,7 @@
|
| #include <list>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/message_loop_helpers.h"
|
| +#include "base/task.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h"
|
| @@ -142,7 +142,7 @@
|
| const WebKit::WebURLResponse& response);
|
|
|
| private:
|
| - friend class base::DeleteHelper<WebViewPlugin>;
|
| + friend class DeleteTask<WebViewPlugin>;
|
| virtual ~WebViewPlugin();
|
|
|
| Delegate* delegate_;
|
|
|