| Index: Source/web/SharedWorkerRepositoryClientImpl.h
|
| diff --git a/Source/web/SharedWorkerRepositoryClientImpl.h b/Source/web/SharedWorkerRepositoryClientImpl.h
|
| index feabe6dc7206e8ed8971d2630320fb7c21f4e50e..5403c9d2c8228d9dc1911634ca7a5bf065ecb7eb 100644
|
| --- a/Source/web/SharedWorkerRepositoryClientImpl.h
|
| +++ b/Source/web/SharedWorkerRepositoryClientImpl.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSharedWorkerRepositoryClient;
|
|
|
| @@ -59,6 +59,6 @@ private:
|
| WebSharedWorkerRepositoryClient* m_client;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // SharedWorkerRepositoryClientImpl_h
|
|
|