| Index: chrome/common/extensions/manifest_handlers/app_icon_color_info.h
|
| diff --git a/chrome/common/extensions/manifest_handlers/app_icon_color_info.h b/chrome/common/extensions/manifest_handlers/app_icon_color_info.h
|
| index e44e301ab52764c05019fc9e229204a9030bc5ba..555e086d525490df7f30091f285c09d21f071705 100644
|
| --- a/chrome/common/extensions/manifest_handlers/app_icon_color_info.h
|
| +++ b/chrome/common/extensions/manifest_handlers/app_icon_color_info.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_APP_ICON_COLOR_INFO_H_
|
| #define CHROME_COMMON_EXTENSIONS_MANIFEST_HANDLERS_APP_ICON_COLOR_INFO_H_
|
|
|
| +#include "base/macros.h"
|
| #include "extensions/common/extension.h"
|
| #include "extensions/common/manifest_handler.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
|
|