Index: webkit/plugins/ppapi/ppapi_webplugin_impl.h |
diff --git a/webkit/plugins/ppapi/ppapi_webplugin_impl.h b/webkit/plugins/ppapi/ppapi_webplugin_impl.h |
index 40e417846a6f17dccd3161e149e20b7c5a082349..21e693f133c1910e96d53681c8e05bf42d0063eb 100644 |
--- a/webkit/plugins/ppapi/ppapi_webplugin_impl.h |
+++ b/webkit/plugins/ppapi/ppapi_webplugin_impl.h |
@@ -10,7 +10,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
-#include "base/task.h" |
+#include "base/message_loop_helpers.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebPlugin.h" |
#include "ui/gfx/rect.h" |
#include "webkit/plugins/webkit_plugins_export.h" |
@@ -35,7 +35,7 @@ class WebPluginImpl : public WebKit::WebPlugin { |
const base::WeakPtr<PluginDelegate>& plugin_delegate); |
private: |
- friend class DeleteTask<WebPluginImpl>; |
+ friend class base::DeleteHelper<WebPluginImpl>; |
WEBKIT_PLUGINS_EXPORT virtual ~WebPluginImpl(); |