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

Unified Diff: extensions/common/switches.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/switches.h
diff --git a/extensions/common/switches.h b/extensions/common/switches.h
index 64f81897cc802f6dc2d9a2cf380069a9089e5c0e..7d127b7893bab06d5a60fd03c9382ff121a31fd8 100644
--- a/extensions/common/switches.h
+++ b/extensions/common/switches.h
@@ -7,6 +7,7 @@
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
+
Devlin 2014/04/07 17:10:03 I don't think we have a style rule for a newline b
limasdf 2014/04/08 01:36:34 My bad, removed. On 2014/04/07 17:10:03, D Cronin
namespace extensions {
namespace switches {
@@ -30,4 +31,4 @@ extern const char kShowComponentExtensionOptions[];
} // namespace extensions
-#endif // EXTENSIONS_COMMON_SWITCHES_H_
+#endif // EXTENSIONS_COMMON_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698