Index: content/browser/devtools/protocol/service_worker_handler.cc |
diff --git a/content/browser/devtools/protocol/service_worker_handler.cc b/content/browser/devtools/protocol/service_worker_handler.cc |
index b2f5c2572b7ff0301ee84e2fa3ae22c7d0d3e034..911df1079b9d813bd7707d45db0a249472fc1b60 100644 |
--- a/content/browser/devtools/protocol/service_worker_handler.cc |
+++ b/content/browser/devtools/protocol/service_worker_handler.cc |
@@ -262,7 +262,7 @@ void ServiceWorkerHandler::SetRenderFrameHost( |
partition->GetServiceWorkerContext()); |
} |
-void ServiceWorkerHandler::SetClient(scoped_ptr<Client> client) { |
+void ServiceWorkerHandler::SetClient(std::unique_ptr<Client> client) { |
client_.swap(client); |
} |