| Index: trace_event/memory_dump_manager.h
|
| diff --git a/trace_event/memory_dump_manager.h b/trace_event/memory_dump_manager.h
|
| index dfaf3a1fc9e0e16a226a5f833c50d648e4629fde..305ec5980767c0c9de9d70029b739340fdcc9cb0 100644
|
| --- a/trace_event/memory_dump_manager.h
|
| +++ b/trace_event/memory_dump_manager.h
|
| @@ -32,7 +32,7 @@ class MemoryDumpSessionState;
|
| // RequestDumpPoint(). The extension by Un(RegisterDumpProvider).
|
| class BASE_EXPORT MemoryDumpManager : public TraceLog::EnabledStateObserver {
|
| public:
|
| - static const char* const kTraceCategoryForTesting;
|
| + static const char* const kTraceCategory;
|
|
|
| // This value is returned as the tracing id of the child processes by
|
| // GetTracingProcessId() when tracing is not enabled.
|
|
|