Chromium Code Reviews| Index: base/files/file_tracing.cc |
| diff --git a/base/files/file_tracing.cc b/base/files/file_tracing.cc |
| index 6d11cbc746ed268a357e0d2ba08d463c501e5d96..d57b8cdd2860b64ae0f67255a311045a7c09bafd 100644 |
| --- a/base/files/file_tracing.cc |
| +++ b/base/files/file_tracing.cc |
| @@ -40,7 +40,7 @@ FileTracing::ScopedTrace::~ScopedTrace() { |
| } |
| void FileTracing::ScopedTrace::Initialize(const char* name, |
| - File* file, |
| + const File* file, |
| int64_t size) { |
| id_ = &file->trace_enabler_; |
| name_ = name; |