Index: content/common/service_worker_messages.h |
diff --git a/content/common/service_worker_messages.h b/content/common/service_worker_messages.h |
index f5fe5dc7a05cd1ba6711a8a46abbe680e1cbd9fa..d2a5eb27602b15e38c9a351eb9bc231da098c5b3 100644 |
--- a/content/common/service_worker_messages.h |
+++ b/content/common/service_worker_messages.h |
@@ -49,7 +49,7 @@ IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_ServiceWorkerRegistrationError, |
int32 /* thread_id */, |
int32 /* request_id */, |
blink::WebServiceWorkerError::ErrorType /* code */, |
- string16 /* message */) |
+ base::string16 /* message */) |
// Informs the browser of a new ServiceWorkerProvider in the child process, |
// |provider_id| is unique within its child process. |