| Index: third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| diff --git a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| index 7dcfb9a9c0e5ed78e1d3e228be77fb86f6767f33..21a6d6b983617861e0d2d01dfb728409d5f75589 100644
|
| --- a/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| +++ b/third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp
|
| @@ -9,7 +9,7 @@
|
| #include "core/events/Event.h"
|
| #include "modules/EventTargetModules.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|