| Index: content/browser/devtools/protocol/tracing_handler.cc
|
| diff --git a/content/browser/devtools/protocol/tracing_handler.cc b/content/browser/devtools/protocol/tracing_handler.cc
|
| index 74446caa3768e06a429075d4cf6675951f3a1777..6cb81a3d3e4ce9da07b59afc2c9883487a546d48 100644
|
| --- a/content/browser/devtools/protocol/tracing_handler.cc
|
| +++ b/content/browser/devtools/protocol/tracing_handler.cc
|
| @@ -7,11 +7,11 @@
|
| #include <cmath>
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event_impl.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/time/time.h"
|
| #include "base/timer/timer.h"
|
| +#include "base/trace_event/trace_event_impl.h"
|
|
|
| namespace content {
|
| namespace devtools {
|
|
|