| Index: webkit/plugins/ppapi/message_channel.h
|
| diff --git a/webkit/plugins/ppapi/message_channel.h b/webkit/plugins/ppapi/message_channel.h
|
| index 05a468e0adc2558886f679dd1db9d05e853b775b..1555b9002fd355b83fc7228765abdb2553291641 100644
|
| --- a/webkit/plugins/ppapi/message_channel.h
|
| +++ b/webkit/plugins/ppapi/message_channel.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef WEBKIT_PLUGINS_PPAPI_MESSAGE_CHANNEL_H_
|
| #define WEBKIT_PLUGINS_PPAPI_MESSAGE_CHANNEL_H_
|
|
|
| -#include "base/task.h"
|
| +#include "base/memory/weak_ptr.h"
|
| #include "ppapi/shared_impl/resource.h"
|
| #include "third_party/npapi/bindings/npruntime.h"
|
|
|
| @@ -102,4 +102,3 @@ class MessageChannel {
|
| } // namespace webkit
|
|
|
| #endif // WEBKIT_PLUGINS_PPAPI_MESSAGE_CHANNEL_H_
|
| -
|
|
|