diff --git a/ui/style/style_core_icon.h b/ui/style/style_core_icon.h index 045d12ad..f5c3f59c 100644 --- a/ui/style/style_core_icon.h +++ b/ui/style/style_core_icon.h @@ -153,7 +153,7 @@ class Icon { } Icon(const Icon &other) : _data(other._data) { } - Icon(Icon &&other) : _data(base::take(other._data)), _owner(base::take(_owner)) { + Icon(Icon &&other) : _data(base::take(other._data)), _owner(base::take(other._owner)) { } Icon &operator=(const Icon &other) { Expects(!_owner);