| Index: base/message_pump_glib.h
|
| diff --git a/base/message_pump_glib.h b/base/message_pump_glib.h
|
| index 70bf10857753e30777df5898104b1802afa7993d..7d7d8daa9da7b42e97d2ee3280019234fc470c34 100644
|
| --- a/base/message_pump_glib.h
|
| +++ b/base/message_pump_glib.h
|
| @@ -6,9 +6,9 @@
|
| #define BASE_MESSAGE_PUMP_GLIB_H_
|
| #pragma once
|
|
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/message_pump.h"
|
| #include "base/observer_list.h"
|
| -#include "base/scoped_ptr.h"
|
| #include "base/time.h"
|
|
|
| typedef union _GdkEvent GdkEvent;
|
|
|