| Index: content/browser/devtools/protocol/tracing_handler.h
|
| diff --git a/content/browser/devtools/protocol/tracing_handler.h b/content/browser/devtools/protocol/tracing_handler.h
|
| index 9a7efb3d1befee5222ba204e5ea7a2284f68a97f..7b41ce60299936eff9dac3fbc89e43ee03857a3d 100644
|
| --- a/content/browser/devtools/protocol/tracing_handler.h
|
| +++ b/content/browser/devtools/protocol/tracing_handler.h
|
| @@ -8,8 +8,8 @@
|
| #include <set>
|
| #include <string>
|
|
|
| -#include "base/debug/trace_event.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/browser/devtools/protocol/devtools_protocol_handler.h"
|
| #include "content/public/browser/tracing_controller.h"
|
|
|
|
|