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

Unified Diff: Source/modules/netinfo/NavigatorNetworkInformation.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/NavigatorNetworkInformation.h
diff --git a/Source/modules/netinfo/NavigatorNetworkInformation.h b/Source/modules/netinfo/NavigatorNetworkInformation.h
index 48698c1e10dd052105dd157dad6ff91cd4aeadd1..5f65526f088fa4829dee42f6d5ef8ed35558ef08 100644
--- a/Source/modules/netinfo/NavigatorNetworkInformation.h
+++ b/Source/modules/netinfo/NavigatorNetworkInformation.h
@@ -8,7 +8,7 @@
#include "core/frame/DOMWindowProperty.h"
#include "platform/Supplementable.h"
-namespace WebCore {
+namespace blink {
class Navigator;
class NetworkInformation;
@@ -36,6 +36,6 @@ private:
RefPtrWillBeMember<NetworkInformation> m_connection;
};
-} // namespace WebCore
+} // namespace blink
#endif // NavigatorNetworkInformation_h

Powered by Google App Engine
This is Rietveld 408576698