| Index: chrome_frame/task_marshaller.cc
|
| diff --git a/chrome_frame/task_marshaller.cc b/chrome_frame/task_marshaller.cc
|
| index 5bc6a12d4a6d450dd49a867472aec13fe3fa3743..c02c245faf60cc77d5b6b626cbb5cf26f5679ab5 100644
|
| --- a/chrome_frame/task_marshaller.cc
|
| +++ b/chrome_frame/task_marshaller.cc
|
| @@ -3,7 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "chrome_frame/task_marshaller.h"
|
| -#include "base/task.h"
|
| +
|
| +#include "base/callback.h"
|
| +#include "base/logging.h"
|
|
|
| TaskMarshallerThroughMessageQueue::TaskMarshallerThroughMessageQueue()
|
| : wnd_(NULL),
|
|
|