Chromium Code Reviews| 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 555e086d525490df7f30091f285c09d21f071705..60e1dca9d58a177a67f5e4cbf4720a56366ffa96 100644 |
| --- a/chrome/common/extensions/manifest_handlers/app_icon_color_info.h |
| +++ b/chrome/common/extensions/manifest_handlers/app_icon_color_info.h |
| @@ -10,10 +10,6 @@ |
| #include "extensions/common/manifest_handler.h" |
| #include "third_party/skia/include/core/SkColor.h" |
| -namespace base { |
| -class DictionaryValue; |
| -} |
| - |
| namespace extensions { |
| // A structure to hold the parsed app icon color data. |