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

Unified Diff: base/trace_event/trace_log.cc

Issue 2867693004: Snapshot of all changes to get jumbo in blink and content.
Patch Set: Exclude certain files from jumbo because of a Windows problem Created 3 years, 3 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 | « base/threading/sequenced_task_runner_handle.cc ('k') | build/config/jumbo.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/trace_log.cc
diff --git a/base/trace_event/trace_log.cc b/base/trace_event/trace_log.cc
index a154baf14d82364d7eb7b054735801b10c6885ff..ea4318c512beb2fd4beeb968d331dc5646d5eb12 100644
--- a/base/trace_event/trace_log.cc
+++ b/base/trace_event/trace_log.cc
@@ -1530,7 +1530,7 @@ void TraceLog::AddMetadataEventsWhileLocked() {
}
void TraceLog::DeleteForTesting() {
- internal::DeleteTraceLogForTesting::Delete();
+ base::internal::DeleteTraceLogForTesting::Delete();
CategoryRegistry::ResetForTesting();
}
« no previous file with comments | « base/threading/sequenced_task_runner_handle.cc ('k') | build/config/jumbo.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698