| Index: base/logging_win.h
|
| diff --git a/base/logging_win.h b/base/logging_win.h
|
| index de34a644093dc45f7bd67e68523bb86d527b0d31..cdde7bb687cbbd524a0b5e412e0a2c6714b06f3f 100644
|
| --- a/base/logging_win.h
|
| +++ b/base/logging_win.h
|
| @@ -5,12 +5,14 @@
|
| #ifndef BASE_LOGGING_WIN_H_
|
| #define BASE_LOGGING_WIN_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
| -#include "base/win/event_trace_provider.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| +#include "base/win/event_trace_provider.h"
|
|
|
| namespace base {
|
| template <typename Type>
|
|
|