| Index: chrome/common/extensions/manifest_handlers/icons_handler.h
|
| diff --git a/chrome/common/extensions/api/icons/icons_handler.h b/chrome/common/extensions/manifest_handlers/icons_handler.h
|
| similarity index 93%
|
| rename from chrome/common/extensions/api/icons/icons_handler.h
|
| rename to chrome/common/extensions/manifest_handlers/icons_handler.h
|
| index 76d4cff084f10c335b943b70b3d514b7d10ff49b..e48023436831b637c26172c5a76798cad163f5e2 100644
|
| --- a/chrome/common/extensions/api/icons/icons_handler.h
|
| +++ b/chrome/common/extensions/manifest_handlers/icons_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_API_ICONS_ICONS_HANDLER_H_
|
| -#define CHROME_COMMON_EXTENSIONS_API_ICONS_ICONS_HANDLER_H_
|
| +#ifndef CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
|
| +#define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
|
|
|
| #include <string>
|
|
|
| @@ -82,4 +82,4 @@ class IconsHandler : public ManifestHandler {
|
|
|
| } // namespace extensions
|
|
|
| -#endif // CHROME_COMMON_EXTENSIONS_API_ICONS_ICONS_HANDLER_H_
|
| +#endif // CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_ICONS_HANDLER_H_
|
|
|