Final pieces of int16 and .Pass()

This commit is contained in:
Cheng Zhao 2016-03-08 23:35:52 +09:00
parent f29d633563
commit a31cbd24a1
2 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ SubmenuButton::SubmenuButton(views::ButtonListener* listener,
underline_color_(SK_ColorBLACK) {
#if defined(OS_LINUX)
// Dont' use native style border.
SetBorder(CreateDefaultBorder().Pass());
SetBorder(std::move(CreateDefaultBorder()));
#endif
if (GetUnderlinePosition(title, &accelerator_, &underline_start_,