| Index: views/controls/combobox/combobox.h
|
| diff --git a/views/controls/combobox/combobox.h b/views/controls/combobox/combobox.h
|
| index 1971f7fcd2a95d920cc5209e1d50791e3606b337..a58268897207aac98d0070b2a8a6b247ba507fdc 100644
|
| --- a/views/controls/combobox/combobox.h
|
| +++ b/views/controls/combobox/combobox.h
|
| @@ -82,7 +82,8 @@ class VIEWS_EXPORT Combobox : public View {
|
|
|
| protected:
|
| // Overridden from View:
|
| - virtual void ViewHierarchyChanged(bool is_add, View* parent,
|
| + virtual void ViewHierarchyChanged(bool is_add,
|
| + View* parent,
|
| View* child) OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
|
|
|
|