| 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_
|
|
|