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

Unified Diff: Source/modules/netinfo/NetworkInformation.h

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: Source/modules/netinfo/NetworkInformation.h
diff --git a/Source/modules/netinfo/NetworkInformation.h b/Source/modules/netinfo/NetworkInformation.h
index e8c4f173e8040cb14a36e9392768ec41faf5753b..c2ba06d08ef918feacb259f68bea2b8a29a6a6e0 100644
--- a/Source/modules/netinfo/NetworkInformation.h
+++ b/Source/modules/netinfo/NetworkInformation.h
@@ -10,7 +10,7 @@
#include "core/page/NetworkStateNotifier.h"
#include "public/platform/WebConnectionType.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
@@ -58,6 +58,6 @@ private:
bool m_contextStopped;
};
-} // namespace WebCore
+} // namespace blink
#endif // NetworkInformation_h
« no previous file with comments | « Source/modules/netinfo/NavigatorNetworkInformation.cpp ('k') | Source/modules/netinfo/NetworkInformation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698