| Index: extensions/common/stack_frame.h
|
| diff --git a/extensions/common/stack_frame.h b/extensions/common/stack_frame.h
|
| index 7052605da0ebabb12f2f04dec834e011d1f0e56a..df66180d4f16d7371e72be73bdd501acb0a48dc7 100644
|
| --- a/extensions/common/stack_frame.h
|
| +++ b/extensions/common/stack_frame.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 EXTENSIONS_COMMON_STACK_FRAME
|
| -#define EXTENSIONS_COMMON_STACK_FRAME
|
| +#ifndef EXTENSIONS_COMMON_STACK_FRAME_H_
|
| +#define EXTENSIONS_COMMON_STACK_FRAME_H_
|
|
|
| #include <vector>
|
|
|
| @@ -37,5 +37,5 @@ typedef std::vector<StackFrame> StackTrace;
|
|
|
| } // namespace extensions
|
|
|
| -#endif // EXTENSIONS_COMMON_STACK_FRAME
|
| +#endif // EXTENSIONS_COMMON_STACK_FRAME_H_
|
|
|
|
|