Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(701)

Unified Diff: content/browser/devtools/protocol/tracing_handler.h

Issue 892213004: Mechanical rename of base::debug -> base::trace_event for /content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_trace_part3_1
Patch Set: Rebase. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7b41ce60299936eff9dac3fbc89e43ee03857a3d..1afd6b39fcf71cfbed7c4c0bbda5bfddd1de0872 100644
--- a/content/browser/devtools/protocol/tracing_handler.h
+++ b/content/browser/devtools/protocol/tracing_handler.h
@@ -50,7 +50,8 @@ class TracingHandler {
void OnCategoriesReceived(DevToolsCommandId command_id,
const std::set<std::string>& category_set);
- base::debug::TraceOptions TraceOptionsFromString(const std::string* options);
+ base::trace_event::TraceOptions TraceOptionsFromString(
+ const std::string* options);
void SetupTimer(double usage_reporting_interval);
« no previous file with comments | « content/browser/browser_shutdown_profile_dumper.cc ('k') | content/browser/devtools/protocol/tracing_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698