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

Unified Diff: third_party/WebKit/public/platform/WebNetworkStateNotifier.h

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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebNetworkStateNotifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebNetworkStateNotifier.h
diff --git a/third_party/WebKit/public/web/WebNetworkStateNotifier.h b/third_party/WebKit/public/platform/WebNetworkStateNotifier.h
similarity index 85%
rename from third_party/WebKit/public/web/WebNetworkStateNotifier.h
rename to third_party/WebKit/public/platform/WebNetworkStateNotifier.h
index 1853d25189533e30c712f8737f09d70a83dbee67..47e6bdbd30967f744eaec26619a6a84d6fe0c153 100644
--- a/third_party/WebKit/public/web/WebNetworkStateNotifier.h
+++ b/third_party/WebKit/public/platform/WebNetworkStateNotifier.h
@@ -31,16 +31,16 @@
#ifndef WebNetworkStateNotifier_h
#define WebNetworkStateNotifier_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebConnectionType.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebConnectionType.h"
namespace blink {
class WebNetworkStateNotifier {
public:
- BLINK_EXPORT static void setOnLine(bool);
- BLINK_EXPORT static void setWebConnection(WebConnectionType,
- double maxBandwidthMbps);
+ BLINK_PLATFORM_EXPORT static void setOnLine(bool);
+ BLINK_PLATFORM_EXPORT static void setWebConnection(WebConnectionType,
+ double maxBandwidthMbps);
private:
WebNetworkStateNotifier();
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebNetworkStateNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698