| Index: chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/origin_chip_view.h b/chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| index 65f3d678818aded7032df0aa97f717efbca9a4c2..a6cfa14b8d88f5e91d7503bbdbd7b39bdd9f70f7 100644
|
| --- a/chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| @@ -65,7 +65,7 @@ class OriginChipView : public views::LabelButton,
|
| int host_label_x() const { return host_label_->x(); }
|
|
|
| // views::LabelButton:
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|
| private:
|
| // Sets an image grid to represent the current security state.
|
|
|