| Index: third_party/WebKit/Source/platform/exported/WebNetworkStateNotifier.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebNetworkStateNotifier.cpp b/third_party/WebKit/Source/platform/exported/WebNetworkStateNotifier.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/web/WebNetworkStateNotifier.cpp
|
| rename to third_party/WebKit/Source/platform/exported/WebNetworkStateNotifier.cpp
|
| index fce72d48378a759ac02879b8cdaa2a2086514581..45eb7cb06e87ac62bdd4947e637e17f765d3dbe2 100644
|
| --- a/third_party/WebKit/Source/web/WebNetworkStateNotifier.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebNetworkStateNotifier.cpp
|
| @@ -28,9 +28,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "public/web/WebNetworkStateNotifier.h"
|
| +#include "public/platform/WebNetworkStateNotifier.h"
|
|
|
| -#include "core/page/NetworkStateNotifier.h"
|
| +#include "platform/network/NetworkStateNotifier.h"
|
|
|
| namespace blink {
|
|
|
|
|