Fix cpplint warnings

This commit is contained in:
Cheng Zhao 2016-03-10 14:45:19 +09:00
parent 89f17e0baf
commit 20466bad8f

View file

@ -138,8 +138,8 @@ bool TaskbarHost::SetOverlayIcon(
base::win::ScopedHICON icon( base::win::ScopedHICON icon(
IconUtil::CreateHICONFromSkBitmap(overlay.AsBitmap())); IconUtil::CreateHICONFromSkBitmap(overlay.AsBitmap()));
return SUCCEEDED( return SUCCEEDED(taskbar_->SetOverlayIcon(
taskbar_->SetOverlayIcon(window, icon.get(), base::UTF8ToUTF16(text).c_str())); window, icon.get(), base::UTF8ToUTF16(text).c_str()));
} }
bool TaskbarHost::HandleThumbarButtonEvent(int button_id) { bool TaskbarHost::HandleThumbarButtonEvent(int button_id) {