Index: base/debug/trace_event_impl.h |
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h |
index bd7af7ef082d50787ce22b5b5ae1262082df31b5..953f7477eca40e6e08f069357a5b7629ee362de7 100644 |
--- a/base/debug/trace_event_impl.h |
+++ b/base/debug/trace_event_impl.h |
@@ -290,8 +290,8 @@ class BASE_EXPORT TraceLog { |
// Enable the sampling profiler. |
ENABLE_SAMPLING = 1 << 2, |
- // Echo to VLOG. Events are discared. |
- ECHO_TO_VLOG = 1 << 3 |
+ // Echo to console. Events are discared. |
+ ECHO_TO_CONSOLE = 1 << 3 |
}; |
static TraceLog* GetInstance(); |