| Index: base/files/file_tracing.cc
|
| diff --git a/base/files/file_tracing.cc b/base/files/file_tracing.cc
|
| index 92a5780b384cb8af4013acba197ff0e42541ec71..6d11cbc746ed268a357e0d2ba08d463c501e5d96 100644
|
| --- a/base/files/file_tracing.cc
|
| +++ b/base/files/file_tracing.cc
|
| @@ -39,8 +39,9 @@ FileTracing::ScopedTrace::~ScopedTrace() {
|
| g_provider->FileTracingEventEnd(name_, id_);
|
| }
|
|
|
| -void FileTracing::ScopedTrace::Initialize(
|
| - const char* name, File* file, int64 size) {
|
| +void FileTracing::ScopedTrace::Initialize(const char* name,
|
| + File* file,
|
| + int64_t size) {
|
| id_ = &file->trace_enabler_;
|
| name_ = name;
|
| g_provider->FileTracingEventBegin(name_, id_, file->tracing_path_, size);
|
|
|