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

Unified Diff: extensions/browser/renderer_startup_helper.h

Issue 225493002: cleanup: cpplint src/extension/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comment Created 6 years, 8 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/view_type_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/renderer_startup_helper.h
diff --git a/extensions/browser/renderer_startup_helper.h b/extensions/browser/renderer_startup_helper.h
index 434b912418d736b6ad45dc461876aa97ef650d9d..2d7c27150e163a0793554cd55e4652aea3eb2408 100644
--- a/extensions/browser/renderer_startup_helper.h
+++ b/extensions/browser/renderer_startup_helper.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_BROWSER_RENDER_PROCESS_HELPER_H_
-#define EXTENSIONS_BROWSER_RENDER_PROCESS_HELPER_H_
+#ifndef EXTENSIONS_BROWSER_RENDERER_STARTUP_HELPER_H_
+#define EXTENSIONS_BROWSER_RENDERER_STARTUP_HELPER_H_
#include "base/compiler_specific.h"
#include "base/memory/singleton.h"
@@ -71,4 +71,4 @@ class RendererStartupHelperFactory : public BrowserContextKeyedServiceFactory {
} // namespace extensions
-#endif // EXTENSIONS_BROWSER_RENDER_PROCESS_HELPER_H_
+#endif // EXTENSIONS_BROWSER_RENDERER_STARTUP_HELPER_H_
« no previous file with comments | « no previous file | extensions/browser/view_type_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698