| Index: content/browser/devtools/devtools_tracing_handler.h
|
| diff --git a/content/browser/devtools/devtools_tracing_handler.h b/content/browser/devtools/devtools_tracing_handler.h
|
| index cd162c60182c044653abda6e916ef7f7d4613038..989965ee574c43c265f8b306fc738032a88fc086 100644
|
| --- a/content/browser/devtools/devtools_tracing_handler.h
|
| +++ b/content/browser/devtools/devtools_tracing_handler.h
|
| @@ -8,6 +8,7 @@
|
| #include <set>
|
| #include <string>
|
|
|
| +#include "base/debug/trace_event.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/devtools/devtools_protocol.h"
|
| #include "content/public/browser/tracing_controller.h"
|
| @@ -46,7 +47,7 @@ class DevToolsTracingHandler : public DevToolsProtocol::Handler {
|
| void OnCategoriesReceived(scoped_refptr<DevToolsProtocol::Command> command,
|
| const std::set<std::string>& category_set);
|
|
|
| - TracingController::Options TraceOptionsFromString(const std::string& options);
|
| + base::debug::TraceOptions TraceOptionsFromString(const std::string& options);
|
|
|
| void DisableRecording(
|
| const TracingController::TracingFileResultCallback& callback =
|
|
|