| Index: components/undo/undo_manager.h
|
| diff --git a/components/undo/undo_manager.h b/components/undo/undo_manager.h
|
| index 0c0af8bd743971d3be427cb201114d5ab6b8eccc..ef129957088f695e162d30da33119aad39818758 100644
|
| --- a/components/undo/undo_manager.h
|
| +++ b/components/undo/undo_manager.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_UNDO_UNDO_MANAGER_H_
|
| #define COMPONENTS_UNDO_UNDO_MANAGER_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/observer_list.h"
|
|
|