| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index 9ad16bb087ce2280f03eb022db301857ef0f96f5..351d779d8916e5781151d483367b10b3bc84a451 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -48,7 +48,7 @@ class WebServiceWorkerProvider;
|
| class WebServiceWorker;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Dictionary;
|
| class ExecutionContext;
|
| @@ -99,6 +99,6 @@ private:
|
| RefPtrWillBeMember<ReadyProperty> m_ready;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerContainer_h
|
|
|