| 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
|
|
|