| Index: ash/system/chromeos/power/power_status_view.h
|
| diff --git a/ash/system/chromeos/power/power_status_view.h b/ash/system/chromeos/power/power_status_view.h
|
| index 940ae0ed2c98079b5d3867f8129104a54b49bd7d..ba8efa830ae4541ea34d47be27bdcede0bd40cf4 100644
|
| --- a/ash/system/chromeos/power/power_status_view.h
|
| +++ b/ash/system/chromeos/power/power_status_view.h
|
| @@ -28,7 +28,7 @@ class ASH_EXPORT PowerStatusView : public views::View,
|
| virtual ~PowerStatusView();
|
|
|
| // Overridden from views::View.
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| virtual int GetHeightForWidth(int width) OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
|
|
|
|