| Index: third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp b/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
|
| index 8d10384a6262d8b31b2d782dce0cd6cadfb0eeb0..3aed3830797440425ae456a567e6a3fc4c5144cf 100644
|
| --- a/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
|
| @@ -32,11 +32,11 @@
|
|
|
| #include "platform/scheduler/test/fake_web_task_runner.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/Functional.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebConnectionType.h"
|
| #include "public/platform/WebThread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Functional.h"
|
|
|
| namespace blink {
|
|
|
|
|