Fix cpplint warnings
This commit is contained in:
parent
89f17e0baf
commit
20466bad8f
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ bool TaskbarHost::SetOverlayIcon(
|
|||
|
||||
base::win::ScopedHICON icon(
|
||||
IconUtil::CreateHICONFromSkBitmap(overlay.AsBitmap()));
|
||||
return SUCCEEDED(
|
||||
taskbar_->SetOverlayIcon(window, icon.get(), base::UTF8ToUTF16(text).c_str()));
|
||||
return SUCCEEDED(taskbar_->SetOverlayIcon(
|
||||
window, icon.get(), base::UTF8ToUTF16(text).c_str()));
|
||||
}
|
||||
|
||||
bool TaskbarHost::HandleThumbarButtonEvent(int button_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue