| Index: base/profiler/stack_sampling_profiler.h
|
| diff --git a/base/profiler/stack_sampling_profiler.h b/base/profiler/stack_sampling_profiler.h
|
| index e9b1804bbf282ee3cbc0d7764d306d6b563f4e41..ae252bb1c8e4280f6d33a319d07b8b1b8bb98f13 100644
|
| --- a/base/profiler/stack_sampling_profiler.h
|
| +++ b/base/profiler/stack_sampling_profiler.h
|
| @@ -5,12 +5,15 @@
|
| #ifndef BASE_PROFILER_STACK_SAMPLING_PROFILER_H_
|
| #define BASE_PROFILER_STACK_SAMPLING_PROFILER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/base_export.h"
|
| #include "base/callback.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "base/synchronization/waitable_event.h"
|
|
|