| Index: chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| index 51be0a1d6afae00dcd96bc06ff416b7bc13c405f..2886cc2b164ac33500a9bcdd71c3e19465578a60 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| @@ -54,13 +54,12 @@ class EVBubbleDecoration : public BubbleDecoration {
|
|
|
| protected:
|
| NSColor* GetDarkModeTextColor() override;
|
| + LocationIconDecoration* location_icon_; // weak, owned by location bar.
|
|
|
| private:
|
| // The real label. BubbleDecoration's label may be elided.
|
| base::scoped_nsobject<NSString> full_label_;
|
|
|
| - LocationIconDecoration* location_icon_; // weak, owned by location bar.
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(EVBubbleDecoration);
|
| };
|
|
|
|
|