Index: base/debug/trace_event_impl.h |
diff --git a/base/debug/trace_event_impl.h b/base/debug/trace_event_impl.h |
index 3ff6c55ab4ad1db2f2b827fac0a2c45600c82a9d..cc0701c71e0b671d478b4818722d70d184772b80 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(); |