Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: extensions/common/stack_frame.h

Issue 225493002: cleanup: cpplint src/extension/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698