| 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 ec48d0543e2502aaf60727b7d4e20396a96d39c9..20ebca8685022abc8990a45898fafbf50c6e5412 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"
|
| @@ -53,7 +54,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 SetupTimer(double usage_reporting_interval);
|
|
|
|
|