Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: third_party/WebKit/Source/platform/exported/WebNetworkStateNotifier.cpp

Issue 2710023006: Move NetworkStateNotifier from core (and web) into platform/network (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/network/NetworkStateNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698