| Index: content/child/push_messaging/push_provider.cc
|
| diff --git a/content/child/push_messaging/push_provider.cc b/content/child/push_messaging/push_provider.cc
|
| index c7956258fc37755c60ce5bb222887eb19053576e..48ff9b528ab2a96d4b40f6d800658596946cb2bf 100644
|
| --- a/content/child/push_messaging/push_provider.cc
|
| +++ b/content/child/push_messaging/push_provider.cc
|
| @@ -13,8 +13,8 @@
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/child/worker_task_runner.h"
|
| #include "content/common/push_messaging_messages.h"
|
| -#include "third_party/WebKit/public/platform/WebPushRegistration.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/modules/push_messaging/WebPushRegistration.h"
|
|
|
| namespace content {
|
| namespace {
|
|
|