| Index: base/allocator/allocator_extension_thunks.h
|
| diff --git a/base/allocator/allocator_extension_thunks.h b/base/allocator/allocator_extension_thunks.h
|
| index 4e5027b2921ff51b9be4d4ebb09259c5fc3fdc09..1e97a84b63ce5a056e5a1394e8c301e2e38d9bdc 100644
|
| --- a/base/allocator/allocator_extension_thunks.h
|
| +++ b/base/allocator/allocator_extension_thunks.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_ALLOCATOR_ALLOCATOR_EXTENSION_THUNKS_H_
|
| -#define BASE_ALLOCATOR_ALLOCATOR_EXTENSION_THUNKS_H_
|
| +#ifndef BASE_ALLOCATOR_ALLOCATOR_THUNKS_EXTENSION_H
|
| +#define BASE_ALLOCATOR_ALLOCATOR_THUNKS_EXTENSION_H
|
|
|
| #include <stddef.h> // for size_t
|
|
|
| @@ -33,4 +33,4 @@
|
| } // namespace allocator
|
| } // namespace base
|
|
|
| -#endif // BASE_ALLOCATOR_ALLOCATOR_EXTENSION_THUNKS_H_
|
| +#endif
|
|
|