| Index: base/debug/trace_event_win.h
|
| diff --git a/base/debug/trace_event_win.h b/base/debug/trace_event_win.h
|
| index dd3f512275f890d3b9cb9fd6303c8be40f8dbd7b..a1c79ba0d31c90284f180a894271934d3f0adf69 100644
|
| --- a/base/debug/trace_event_win.h
|
| +++ b/base/debug/trace_event_win.h
|
| @@ -85,7 +85,7 @@ class TraceLog : public base::win::EtwTraceProvider {
|
|
|
| // Retrieves the singleton.
|
| // Note that this may return NULL post-AtExit processing.
|
| - static TraceLog* Get();
|
| + static TraceLog* GetInstance();
|
|
|
| // Returns true iff tracing is turned on.
|
| bool IsTracing() {
|
|
|