| Index: content/browser/shared_worker/shared_worker_service_impl.h
|
| diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
|
| index a60ec707f4dc995af09a695f169f85a68e06d39e..70887857acadac0c5cdae01011da6f214a872dda 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.h
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.h
|
| @@ -108,7 +108,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
| SharedWorkerMessageFilter* filter,
|
| int worker_route_id);
|
|
|
| - SharedWorkerInstance* FindSharedWorkerInstance(
|
| + SharedWorkerHost* FindSharedWorkerHost(
|
| const GURL& url,
|
| const base::string16& name,
|
| const WorkerStoragePartition& worker_partition,
|
|
|