| Index: base/debug/trace_event.h
|
| diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
|
| index 3eb1f49a90d75989b0efc1cc1b4629500026dc27..70b5603c58c9c1190929ba090edb22cd9625c987 100644
|
| --- a/base/debug/trace_event.h
|
| +++ b/base/debug/trace_event.h
|
| @@ -31,8 +31,8 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/scoped_ptr.h"
|
| -#include "base/singleton.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| +#include "base/memory/singleton.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
|
|