Index: chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
index ff8c6cebc44a4901b540fb71c88821752560aa8c..765dcdafa509f7581eb2331dc10f4b3d267d5bd3 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/page_action_decoration.h |
@@ -87,8 +87,7 @@ class PageActionDecoration : public ImageDecoration, |
// A cache of images 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. |