| 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 b09d58345a9275d4429e5e37a226b6832dbc4fd6..f1fa702dcc87794aa996c3d00f218ab91ac7cc95 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.h
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.h
|
| @@ -109,9 +109,9 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
| typedef bool (*TryIncrementWorkerRefCountFunc)(bool);
|
| // Pair of render_process_id and worker_route_id.
|
| typedef std::pair<int, int> ProcessRouteIdPair;
|
| - typedef base::ScopedPtrHashMap<ProcessRouteIdPair, SharedWorkerHost>
|
| - WorkerHostMap;
|
| - typedef base::ScopedPtrHashMap<int, SharedWorkerPendingInstance>
|
| + typedef base::ScopedPtrHashMap<ProcessRouteIdPair,
|
| + scoped_ptr<SharedWorkerHost>> WorkerHostMap;
|
| + typedef base::ScopedPtrHashMap<int, scoped_ptr<SharedWorkerPendingInstance>>
|
| PendingInstaneMap;
|
|
|
| SharedWorkerServiceImpl();
|
|
|