| 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 8e3d145bcd67df04ba34729733c72a1b3bbd27af..202ba95537709c8ac9feab243fcb1090f26ff0b0 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
|
| @@ -271,12 +271,12 @@ class LocationBarViewMac : public LocationBar,
|
|
|
| Browser* browser_;
|
|
|
| - // Used to change the visibility of the star decoration.
|
| - BooleanPrefMember edit_bookmarks_enabled_;
|
| -
|
| // Used to schedule a task for the first run info bubble.
|
| base::WeakPtrFactory<LocationBarViewMac> weak_ptr_factory_;
|
|
|
| + // Used to change the visibility of the star decoration.
|
| + BooleanPrefMember edit_bookmarks_enabled_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(LocationBarViewMac);
|
| };
|
|
|
|
|