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

Unified Diff: content/public/test/browser_test_base.cc

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
« no previous file with comments | « content/public/browser/tracing_controller.h ('k') | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_base.cc
diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
index aa0d6e5d59d9b7d25d792a6059599b489f4b51b4..2cd95029a2c5478f3d645dae0fd93e954c8c9538 100644
--- a/content/public/test/browser_test_base.cc
+++ b/content/public/test/browser_test_base.cc
@@ -283,12 +283,12 @@ void BrowserTestBase::ProxyRunTestOnMainThreadLoop() {
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableTracing)) {
- base::debug::CategoryFilter category_filter(
+ base::trace_event::CategoryFilter category_filter(
base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
switches::kEnableTracing));
TracingController::GetInstance()->EnableRecording(
category_filter,
- base::debug::TraceOptions(base::debug::RECORD_CONTINUOUSLY),
+ base::trace_event::TraceOptions(base::trace_event::RECORD_CONTINUOUSLY),
TracingController::EnableRecordingDoneCallback());
}
« no previous file with comments | « content/public/browser/tracing_controller.h ('k') | content/renderer/devtools/devtools_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698