| Index: components/metrics/profiler/tracking_synchronizer.h
|
| diff --git a/components/metrics/profiler/tracking_synchronizer.h b/components/metrics/profiler/tracking_synchronizer.h
|
| index 21cfc7c95caf20bf13a3d393fbd26d40f99f7730..e7c51aa1c9f674eccc4db3776293171ded2b6355 100644
|
| --- a/components/metrics/profiler/tracking_synchronizer.h
|
| +++ b/components/metrics/profiler/tracking_synchronizer.h
|
| @@ -9,9 +9,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| #include "base/lazy_instance.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
|
|