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

Unified Diff: Source/modules/netinfo/WorkerNavigatorNetworkInformation.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/WorkerNavigatorNetworkInformation.h
diff --git a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h
index 0b48bcf317a5c899c572e17e32c292bbae5f9e98..8a59e0be9cfff9a329f5c91ebd520132cb937947 100644
--- a/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h
+++ b/Source/modules/netinfo/WorkerNavigatorNetworkInformation.h
@@ -7,7 +7,7 @@
#include "platform/Supplementable.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class NetworkInformation;
@@ -35,6 +35,6 @@ private:
RefPtrWillBeMember<NetworkInformation> m_connection;
};
-} // namespace WebCore
+} // namespace blink
#endif // WorkerNavigatorNetworkInformation_h
« no previous file with comments | « Source/modules/netinfo/NetworkInformation.cpp ('k') | Source/modules/netinfo/WorkerNavigatorNetworkInformation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698