| Index: base/allocator/allocator_extension.h
|
| diff --git a/base/allocator/allocator_extension.h b/base/allocator/allocator_extension.h
|
| index e65822b359e010a28150333a6bf19c2dd8be47a1..de3119f85e66609f9ad0f7c97a29f6d326993331 100644
|
| --- a/base/allocator/allocator_extension.h
|
| +++ b/base/allocator/allocator_extension.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_H_
|
| -#define BASE_ALLOCATOR_ALLOCATOR_EXTENSION_H_
|
| +#ifndef BASE_ALLOCATOR_ALLOCATOR_EXTENSION_H
|
| +#define BASE_ALLOCATOR_ALLOCATOR_EXTENSION_H
|
|
|
| #include <stddef.h> // for size_t
|
|
|
| @@ -56,4 +56,4 @@
|
| } // namespace allocator
|
| } // namespace base
|
|
|
| -#endif // BASE_ALLOCATOR_ALLOCATOR_EXTENSION_H_
|
| +#endif
|
|
|