Fix reference typed reply placeholder

This commit is contained in:
Samuel Attard 2017-05-30 20:29:27 +10:00
parent 3938373ecb
commit 227a2bd5dc
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF

View file

@ -28,7 +28,7 @@ class CocoaNotification : public Notification {
const SkBitmap& icon,
bool silent,
const bool has_reply,
const base::string16 reply_placeholder) override;
const base::string16& reply_placeholder) override;
void Dismiss() override;
void NotificationDisplayed();