aboutsummaryrefslogtreecommitdiff
path: root/src/google/stack_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/stack_frame.h')
-rw-r--r--src/google/stack_frame.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/google/stack_frame.h b/src/google/stack_frame.h
index 1d06c972..dd3866fa 100644
--- a/src/google/stack_frame.h
+++ b/src/google/stack_frame.h
@@ -12,11 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef _STACK_FRAME_H__
-#define _STACK_FRAME_H__
+#ifndef GOOGLE_STACK_FRAME_H__
+#define GOOGLE_STACK_FRAME_H__
#include <vector>
-#include "airbag_types.h"
+#include "google/airbag_types.h"
namespace google_airbag {
@@ -55,4 +55,4 @@ typedef std::vector<StackFrame> StackFrames;
} // namespace google_airbag
-#endif // _STACK_FRAME_H__
+#endif // GOOGLE_STACK_FRAME_H__