| Index: apps/browser_context_keyed_service_factories.h
|
| diff --git a/apps/browser_context_keyed_service_factories.h b/apps/browser_context_keyed_service_factories.h
|
| index d7d3fb8f49151ab3cd60bae390d71b74a11e5f07..2e206d595eb5ee81d13a25e8b839b9ebe82f7d31 100644
|
| --- a/apps/browser_context_keyed_service_factories.h
|
| +++ b/apps/browser_context_keyed_service_factories.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 APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_
|
| -#define APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_
|
| +#ifndef APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
|
| +#define APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
|
|
|
| namespace apps {
|
|
|
| @@ -13,4 +13,4 @@ void EnsureBrowserContextKeyedServiceFactoriesBuilt();
|
|
|
| } // namespace apps
|
|
|
| -#endif // APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_
|
| +#endif // APPS_BROWSER_CONTEXT_KEYED_SERVICE_FACTORIES_H_
|
|
|