| Index: chrome/common/profiling.h
|
| diff --git a/chrome/common/profiling.h b/chrome/common/profiling.h
|
| index 80e092ddc5f243772710b4e7ab656f97459f934b..6da67d977a5b6b56852d0edc8970cac4571aeef2 100644
|
| --- a/chrome/common/profiling.h
|
| +++ b/chrome/common/profiling.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/debug/profiler.h"
|
| +#include "base/macros.h"
|
|
|
| // The Profiling class manages the interaction with a sampling based profiler.
|
| // Its function is controlled by the kProfilingAtStart, kProfilingFile, and
|
|
|