| Index: chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc b/chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc
|
| index 447a574976ba22b621504c54133db45f8b3f2342..ecb34afca426beac723b235d28e9af0deae00fd4 100644
|
| --- a/chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc
|
| +++ b/chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc
|
| @@ -17,7 +17,7 @@
|
| #include "ui/message_center/message_center_tray.h"
|
| #include "ui/message_center/message_popup_bubble.h"
|
| #include "ui/message_center/notification_list.h"
|
| -#include "ui/notifications/notification_types.h"
|
| +#include "ui/message_center/notification_types.h"
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/layout/fill_layout.h"
|
| #include "ui/views/view.h"
|
| @@ -58,7 +58,7 @@ class TestDelegate : public message_center::MessageCenter::Delegate {
|
| void AddNotification(const std::string& id) {
|
| notification_ids_.insert(id);
|
| message_center_->AddNotification(
|
| - ui::notifications::NOTIFICATION_TYPE_SIMPLE,
|
| + message_center::NOTIFICATION_TYPE_SIMPLE,
|
| id,
|
| ASCIIToUTF16("Test Web Notification"),
|
| ASCIIToUTF16("Notification message body."),
|
|
|