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