| Index: Source/modules/serviceworkers/RegistrationOptionList.h
|
| diff --git a/Source/modules/serviceworkers/RegistrationOptionList.h b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| index 209cc3fcc09d2466dc10226f6a2d00227fd9d94f..4d976e99d6ab664fb8c666475c71b17555a45b00 100644
|
| --- a/Source/modules/serviceworkers/RegistrationOptionList.h
|
| +++ b/Source/modules/serviceworkers/RegistrationOptionList.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "bindings/core/v8/Dictionary.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct RegistrationOptionList {
|
| explicit RegistrationOptionList(const Dictionary& options)
|
| @@ -20,6 +20,6 @@ struct RegistrationOptionList {
|
| String scope;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RegistrationOptionList_h
|
|
|