| Index: cc/test/test_now_source.h
|
| diff --git a/cc/test/test_now_source.h b/cc/test/test_now_source.h
|
| index 178a56b24f85d4e92fef795d5263796cde26e266..5538e89fe0aa3b6923ef8c2761fa3ee7e63722eb 100644
|
| --- a/cc/test/test_now_source.h
|
| +++ b/cc/test/test_now_source.h
|
| @@ -8,9 +8,9 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/debug/trace_event.h"
|
| -#include "base/debug/trace_event_argument.h"
|
| #include "base/logging.h"
|
| +#include "base/trace_event/trace_event.h"
|
| +#include "base/trace_event/trace_event_argument.h"
|
|
|
| namespace cc {
|
|
|
|
|