| Index: chrome/browser/notifications/notification.cc
|
| diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc
|
| index 315e12bee7872683b27425cb99b34edcc6bf242c..a940821904cfbf0ba008f51d44a1a8a55eced7be 100644
|
| --- a/chrome/browser/notifications/notification.cc
|
| +++ b/chrome/browser/notifications/notification.cc
|
| @@ -9,6 +9,9 @@
|
| #include "ui/message_center/message_center_util.h"
|
| #include "ui/webui/web_ui_util.h"
|
|
|
| +Notification::Notification() {
|
| +}
|
| +
|
| Notification::Notification(const GURL& origin_url,
|
| const GURL& content_url,
|
| const string16& display_source,
|
|
|