| Index: base/debug/profiler.h
|
| diff --git a/base/debug/profiler.h b/base/debug/profiler.h
|
| index 2920d8a2fbe33f6328a4f6d17d3aa596ac53e0e3..7cce7b08f90ac99d095ee5b7b57d22c8935b063d 100644
|
| --- a/base/debug/profiler.h
|
| +++ b/base/debug/profiler.h
|
| @@ -5,10 +5,11 @@
|
| #ifndef BASE_DEBUG_PROFILER_H_
|
| #define BASE_DEBUG_PROFILER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/base_export.h"
|
| -#include "base/basictypes.h"
|
|
|
| // The Profiler functions allow usage of the underlying sampling based
|
| // profiler. If the application has not been built with the necessary
|
|
|