| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| index 5a50d8650f1528eb64b7f9701070e2bcc81d8cdf..5ac714c2bed778ec5f2fd7dbd085b0ccbca6ff6f 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef NetworkInformation_h
|
| #define NetworkInformation_h
|
|
|
| -#include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| +#include "platform/bindings/ActiveScriptWrappable.h"
|
| #include "platform/network/NetworkStateNotifier.h"
|
| #include "public/platform/WebConnectionType.h"
|
|
|
|
|