| Index: base/trace_event/memory_dump_request_args.h
|
| diff --git a/base/trace_event/memory_dump_request_args.h b/base/trace_event/memory_dump_request_args.h
|
| index 4fb033589bc4567a6d828f5a4b4caef845dd5312..4d3763acf16a1922f715816da3b5e6c07cbcc715 100644
|
| --- a/base/trace_event/memory_dump_request_args.h
|
| +++ b/base/trace_event/memory_dump_request_args.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_REQUEST_H_
|
| -#define BASE_TRACE_EVENT_MEMORY_DUMP_REQUEST_H_
|
| +#ifndef BASE_TRACE_EVENT_MEMORY_DUMP_REQUEST_ARGS_H_
|
| +#define BASE_TRACE_EVENT_MEMORY_DUMP_REQUEST_ARGS_H_
|
|
|
| // This file defines the types and structs used to issue memory dump requests.
|
| // These are also used in the IPCs for coordinating inter-process memory dumps.
|
| @@ -38,4 +38,4 @@ struct BASE_EXPORT MemoryDumpRequestArgs {
|
| } // namespace trace_event
|
| } // namespace base
|
|
|
| -#endif // BASE_TRACE_EVENT_MEMORY_DUMP_REQUEST_H_
|
| +#endif // BASE_TRACE_EVENT_MEMORY_DUMP_REQUEST_ARGS_H_
|
|
|