| Index: third_party/WebKit/Source/modules/notifications/NotificationManager.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/NotificationManager.h b/third_party/WebKit/Source/modules/notifications/NotificationManager.h
|
| index 1a9110c6cfa9470fed2f766c9153dc9919502747..0e993c92f0207899a8949948436fec7207436d36 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/NotificationManager.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/NotificationManager.h
|
| @@ -6,10 +6,10 @@
|
| #define NotificationManager_h
|
|
|
| #include "core/dom/ExecutionContext.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/modules/notifications/notification_service.mojom-blink.h"
|
| #include "public/platform/modules/permissions/permission.mojom-blink.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|