| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| index 53693c6823c9dba72e8c6efa85fb26f1991d190a..58cc7259be2f49e166856354464e49565ea71ea9 100644 | 
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| @@ -218,7 +218,10 @@ class LocationBarViewMac : public AutocompleteEditController, | 
| // Chrome To Mobile page action icon. | 
| scoped_ptr<ChromeToMobileDecoration> chrome_to_mobile_decoration_; | 
|  | 
| -  // Any installed Page Actions. | 
| +  // The installed page actions. | 
| +  std::vector<ExtensionAction*> page_actions_; | 
| + | 
| +  // Decorations for the installed Page Actions. | 
| ScopedVector<PageActionDecoration> page_action_decorations_; | 
|  | 
| // The content blocked decorations. | 
|  |