| Index: chrome/test/base/tracing.cc
|
| diff --git a/chrome/test/base/tracing.cc b/chrome/test/base/tracing.cc
|
| index 6ed0f54a316b92f4a72e9aa2f30b842f93e6a4be..7d727535bd6f93b409a3f8282e5212e5937ee364 100644
|
| --- a/chrome/test/base/tracing.cc
|
| +++ b/chrome/test/base/tracing.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "chrome/test/base/tracing.h"
|
|
|
| -#include "base/debug/trace_event.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/timer/timer.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/tracing_controller.h"
|
| #include "content/public/test/test_utils.h"
|
|
|