diff --git a/brightray/browser/notification_delegate.h b/brightray/browser/notification_delegate.h index 5cec922df7f..3bd98dd76dc 100644 --- a/brightray/browser/notification_delegate.h +++ b/brightray/browser/notification_delegate.h @@ -32,7 +32,7 @@ class NotificationDelegate { virtual void NotificationDisplayed(); private: - const std::string& notification_id_; + const std::string notification_id_; DISALLOW_COPY_AND_ASSIGN(NotificationDelegate); };