| Index: base/trace_event/memory_dump_manager.h
|
| diff --git a/base/trace_event/memory_dump_manager.h b/base/trace_event/memory_dump_manager.h
|
| index ee487e9a28c3751eb4432f9bbcff9d80734769f6..ccdcbace4544c23378c2cfe9601de52836ed08eb 100644
|
| --- a/base/trace_event/memory_dump_manager.h
|
| +++ b/base/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.
|
|
|