| Index: chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| index c103ac53943b33afe78f66af656fba1addf42154..b004491f5f472f9a3a374ddb9ab9a6c2a9392045 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h
|
| @@ -104,8 +104,7 @@ class PageActionImageView : public views::ImageView,
|
| Browser* browser_;
|
|
|
| // A cache of bitmaps the page actions might need to show, mapped by path.
|
| - typedef std::map<std::string, SkBitmap> PageActionMap;
|
| - PageActionMap page_action_icons_;
|
| + ExtensionAction::PathToIconCache page_action_icons_;
|
|
|
| // The object that is waiting for the image loading to complete
|
| // asynchronously.
|
|
|