summaryrefslogtreecommitdiffstats
path: root/content/child/service_worker/service_worker_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/service_worker/service_worker_dispatcher.h')
-rw-r--r--content/child/service_worker/service_worker_dispatcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index 51a1e21..ef2796b 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_;