| Index: third_party/WebKit/Source/platform/network/NetworkStateNotifier.h
|
| diff --git a/third_party/WebKit/Source/platform/network/NetworkStateNotifier.h b/third_party/WebKit/Source/platform/network/NetworkStateNotifier.h
|
| index 9e67ed696ddc4c72bd0e5c1d8107e4a4a8426b89..212d3ef393bda84d8578b60525038b5c1c211d7f 100644
|
| --- a/third_party/WebKit/Source/platform/network/NetworkStateNotifier.h
|
| +++ b/third_party/WebKit/Source/platform/network/NetworkStateNotifier.h
|
| @@ -30,12 +30,12 @@
|
| #include "platform/CrossThreadCopier.h"
|
| #include "platform/PlatformExport.h"
|
| #include "platform/WebTaskRunner.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/ThreadingPrimitives.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebConnectionType.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|