| Index: Source/modules/serviceworkers/Client.h
|
| diff --git a/Source/modules/serviceworkers/Client.h b/Source/modules/serviceworkers/Client.h
|
| index 3bba27666c3100c78473bb5cb084ca1a10ff8900..6c986241b48816874d6746b5fdbdd4af46850078 100644
|
| --- a/Source/modules/serviceworkers/Client.h
|
| +++ b/Source/modules/serviceworkers/Client.h
|
| @@ -10,7 +10,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Client FINAL : public RefCountedWillBeGarbageCollected<Client>, public ScriptWrappable {
|
| DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(Client);
|
| @@ -29,6 +29,6 @@ private:
|
| unsigned m_id;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Client_h
|
|
|