Index: content/child/service_worker/service_worker_dispatcher.cc |
diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc |
index f5103fb2e4ef5c0a19824b656cd50f26a0bfb0bd..28c4928070bfdbd30a79d56399090c3bae7f3243 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.cc |
+++ b/content/child/service_worker/service_worker_dispatcher.cc |
@@ -133,7 +133,7 @@ void ServiceWorkerDispatcher::OnRegistrationError( |
int32 thread_id, |
int32 request_id, |
WebServiceWorkerError::ErrorType error_type, |
- const string16& message) { |
+ const base::string16& message) { |
WebServiceWorkerProvider::WebServiceWorkerCallbacks* callbacks = |
pending_callbacks_.Lookup(request_id); |
DCHECK(callbacks); |