s/label/text

This commit is contained in:
Samuel Attard 2017-06-23 21:04:39 +10:00
parent 96f9dba595
commit 17e737eba2
4 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ class NotificationPresenter;
struct NotificationAction {
base::string16 type;
base::string16 label;
base::string16 text;
};
class Notification {