| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index 51a1e21602ae257a453f97f0e1f5d92d4fa13239..ef2796b2763f21ad2fdd937991966cf85c1392db 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -65,7 +65,7 @@ class ServiceWorkerDispatcher : public webkit_glue::WorkerTaskRunner::Observer {
|
| void OnRegistrationError(int32 thread_id,
|
| int32 request_id,
|
| blink::WebServiceWorkerError::ErrorType error_type,
|
| - const string16& message);
|
| + const base::string16& message);
|
|
|
| IDMap<blink::WebServiceWorkerProvider::WebServiceWorkerCallbacks,
|
| IDMapOwnPointer> pending_callbacks_;
|
|
|