| Index: chrome/common/extensions/manifest_handlers/ui_overrides_handler.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/settings_overrides_handler.h b/chrome/common/extensions/manifest_handlers/ui_overrides_handler.h
|
| similarity index 89%
|
| copy from chrome/common/extensions/manifest_handlers/settings_overrides_handler.h
|
| copy to chrome/common/extensions/manifest_handlers/ui_overrides_handler.h
|
| index 8f7490a746007c990c01a6af90db390af59a8018..5aef34b4be66b90e06afae5ad3493b3da8e58e1f 100644
|
| --- a/chrome/common/extensions/manifest_handlers/settings_overrides_handler.h
|
| +++ b/chrome/common/extensions/manifest_handlers/ui_overrides_handler.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 CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_SETTINGS_OVERRIDES_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_SETTINGS_OVERRIDES_HANDLER_H_
|
| +#ifndef CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_UI_OVERRIDES_HANDLER_H_
|
| +#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_UI_OVERRIDES_HANDLER_H_
|
|
|
| #include "chrome/common/extensions/api/manifest_types.h"
|
| #include "extensions/common/extension.h"
|
| @@ -63,4 +63,4 @@ class SettingsOverridesHandler : public ManifestHandler {
|
| };
|
|
|
| } // namespace extensions
|
| -#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_SETTINGS_OVERRIDES_HANDLER_H_
|
| +#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_UI_OVERRIDES_HANDLER_H_
|
|
|