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

Unified Diff: extensions/browser/extension_system.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
« no previous file with comments | « no previous file | extensions/browser/renderer_startup_helper.h » ('j') | extensions/common/switches.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index 1ccccddb2dfe996454be30a7205f11afeb8e3fe5..12b4d6770430c331316a7cdc872d3e19b16f58ab 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -16,12 +16,12 @@ class ExtensionService;
#if defined(OS_CHROMEOS)
namespace chromeos {
class DeviceLocalAccountManagementPolicyProvider;
-}
+} // namespace chromeos
Devlin 2014/04/07 17:10:03 We don't typically require the "// namespace *" af
limasdf 2014/04/08 01:36:34 Done.
#endif // defined(OS_CHROMEOS)
namespace content {
class BrowserContext;
-}
+} // namespace content
namespace extensions {
« no previous file with comments | « no previous file | extensions/browser/renderer_startup_helper.h » ('j') | extensions/common/switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698