| Index: base/message_loop.h
|
| diff --git a/base/message_loop.h b/base/message_loop.h
|
| index 0b89e28f676d9ba4a52149f3757bad16bf9681cf..01f8c92fa7017c1fa511017acccadee3f1962cf7 100644
|
| --- a/base/message_loop.h
|
| +++ b/base/message_loop.h
|
| @@ -5,10 +5,8 @@
|
| #ifndef BASE_MESSAGE_LOOP_H_
|
| #define BASE_MESSAGE_LOOP_H_
|
|
|
| -#include <deque>
|
| #include <queue>
|
| #include <string>
|
| -#include <vector>
|
|
|
| #include "base/histogram.h"
|
| #include "base/message_pump.h"
|
| @@ -16,7 +14,6 @@
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_ptr.h"
|
| #include "base/task.h"
|
| -#include "base/timer.h"
|
|
|
| #if defined(OS_WIN)
|
| // We need this to declare base::MessagePumpWin::Dispatcher, which we should
|
|
|