| Index: ui/views/window/dialog_client_view.h
|
| diff --git a/ui/views/window/dialog_client_view.h b/ui/views/window/dialog_client_view.h
|
| index e6f0ca235e0233d29079515626a0879f52a4c17c..1e8ced11c77d3fd1d7908a372c303f2060a5c3ed 100644
|
| --- a/ui/views/window/dialog_client_view.h
|
| +++ b/ui/views/window/dialog_client_view.h
|
| @@ -57,7 +57,7 @@ class VIEWS_EXPORT DialogClientView : public ClientView,
|
| View* focused_now) OVERRIDE;
|
|
|
| // View implementation:
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
|
| virtual void ViewHierarchyChanged(
|
|
|