Address cpplint issue "Lines should be <= 80 characters long [whitespace/line_length] [2]"
This commit is contained in:
parent
392d606848
commit
0bba5b9b41
16 changed files with 238 additions and 106 deletions
|
@ -72,7 +72,8 @@ base::string16 NotificationPresenterWin::SaveIconToFilesystem(
|
|||
return base::UTF8ToUTF16(origin.spec());
|
||||
}
|
||||
|
||||
Notification* NotificationPresenterWin::CreateNotificationObject(NotificationDelegate* delegate) {
|
||||
Notification* NotificationPresenterWin::CreateNotificationObject(
|
||||
NotificationDelegate* delegate) {
|
||||
return new WindowsToastNotification(delegate, this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue