| Index: Source/web/WorkerPermissionClient.h
|
| diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h
|
| index 2f032d4a1c31d539b8468b29e6f2216030ab0115..8abcffb95c2c45e6d78c76d0f15720240f78f434 100644
|
| --- a/Source/web/WorkerPermissionClient.h
|
| +++ b/Source/web/WorkerPermissionClient.h
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| class ExecutionContext;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebFrame;
|
| class WebString;
|
| @@ -65,6 +65,6 @@ private:
|
|
|
| void providePermissionClientToWorker(WebCore::WorkerClients*, PassOwnPtr<WebWorkerPermissionClientProxy>);
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WorkerPermissionClient_h
|
|
|