| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 1d08b951c604856ab8651983fa5c009f2b68d3f1..e3f2a17e6ad0f6f65321022b5752910c733f1223 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -398,7 +398,7 @@ class LocationBarView : public LocationBar,
|
| Delegate* delegate_;
|
|
|
| // Object used to paint the border. Not used for material design.
|
| - scoped_ptr<views::Painter> border_painter_;
|
| + std::unique_ptr<views::Painter> border_painter_;
|
|
|
| // An icon to the left of the edit field: the HTTPS lock, blank page icon,
|
| // search icon, EV HTTPS bubble, etc.
|
|
|