| Index: content/renderer/service_worker/embedded_worker_context_client.h
|
| diff --git a/content/renderer/service_worker/embedded_worker_context_client.h b/content/renderer/service_worker/embedded_worker_context_client.h
|
| index 3fa69734d51516578948674e3c985136b1bd84cb..bb0d87d283006ec90e018582e42443b38c3f579b 100644
|
| --- a/content/renderer/service_worker/embedded_worker_context_client.h
|
| +++ b/content/renderer/service_worker/embedded_worker_context_client.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_CHILD_SERVICE_WORKER_EMBEDDED_WORKER_CLIENT_H_
|
| -#define CONTENT_CHILD_SERVICE_WORKER_EMBEDDED_WORKER_CLIENT_H_
|
| +#ifndef CONTENT_RENDERER_SERVICE_WORKER_EMBEDDED_WORKER_CONTEXT_CLIENT_H_
|
| +#define CONTENT_RENDERER_SERVICE_WORKER_EMBEDDED_WORKER_CONTEXT_CLIENT_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| @@ -60,9 +60,6 @@ class EmbeddedWorkerContextClient
|
|
|
| void Send(IPC::Message* message);
|
|
|
| - // TODO(kinuko): Deprecate this.
|
| - void SendReplyToBrowser(int request_id, const IPC::Message& message);
|
| -
|
| // WebServiceWorkerContextClient overrides, some of them are just dispatched
|
| // on to script_context_.
|
| virtual blink::WebURL scope() const;
|
| @@ -131,4 +128,4 @@ class EmbeddedWorkerContextClient
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_CHILD_SERVICE_WORKER_EMBEDDED_WORKER_CLIENT_H_
|
| +#endif // CONTENT_RENDERER_SERVICE_WORKER_EMBEDDED_WORKER_CONTEXT_CLIENT_H_
|
|
|