| Index: chrome/common/icon_with_badge_image_source.cc
|
| diff --git a/chrome/common/icon_with_badge_image_source.cc b/chrome/common/icon_with_badge_image_source.cc
|
| index f9745936fa4c3818850907e24d52674859c6589d..166503052062fc5733071a7270aa4f686105fa2c 100644
|
| --- a/chrome/common/icon_with_badge_image_source.cc
|
| +++ b/chrome/common/icon_with_badge_image_source.cc
|
| @@ -15,7 +15,7 @@ IconWithBadgeImageSource::IconWithBadgeImageSource(
|
| const std::string& text,
|
| const SkColor& text_color,
|
| const SkColor& background_color,
|
| - extensions::Extension::ActionInfo::Type action_type)
|
| + extensions::ActionInfo::Type action_type)
|
| : gfx::CanvasImageSource(icon_size, false),
|
| icon_(icon),
|
| spacing_(spacing),
|
|
|