| Index: content/child/notifications/notification_manager.cc
|
| diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
|
| index 39cb604c996e598cfe231920cd5ad5c4f9a3c80a..cbdab9f7173b7913bde5a7dc68a6ba6560cc3a62 100644
|
| --- a/content/child/notifications/notification_manager.cc
|
| +++ b/content/child/notifications/notification_manager.cc
|
| @@ -15,9 +15,9 @@
|
| #include "content/child/worker_task_runner.h"
|
| #include "content/common/platform_notification_messages.h"
|
| #include "content/public/common/platform_notification_data.h"
|
| -#include "third_party/WebKit/public/platform/WebNotificationData.h"
|
| -#include "third_party/WebKit/public/platform/WebNotificationDelegate.h"
|
| #include "third_party/WebKit/public/platform/WebSerializedOrigin.h"
|
| +#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h"
|
| +#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| using blink::WebNotificationPermission;
|
|
|