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

Unified Diff: base/trace_event/trace_event_unittest.cc

Issue 1447563002: Implement frame attribution (FrameBlamer) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: It builds => ship it. Created 4 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: base/trace_event/trace_event_unittest.cc
diff --git a/base/trace_event/trace_event_unittest.cc b/base/trace_event/trace_event_unittest.cc
index f3dc16dd43d9b44fa7137418d5edb71caa9f1226..582e4742fea58cfcefa583b493034be522c1aae8 100644
--- a/base/trace_event/trace_event_unittest.cc
+++ b/base/trace_event/trace_event_unittest.cc
@@ -486,7 +486,7 @@ void TraceWithAllMacroVariants(WaitableEvent* task_complete_event) {
TraceScopedTrackableObject<int> trackable("all", "tracked object 2",
0x2128506);
- trackable.snapshot("world");
+ trackable.Snapshot("world");
TRACE_EVENT_OBJECT_CREATED_WITH_ID(
"all", "tracked object 3", TRACE_ID_WITH_SCOPE("scope", 0x42));

Powered by Google App Engine
This is Rietveld 408576698