| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index e52c35499c165848a4fa11cd452f95dcfebe57a9..873b986b08fe2f305ea1156373ba1bef785ddbec 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1108,7 +1108,7 @@ void RenderProcessHostImpl::RegisterMojoServices() {
|
| }
|
|
|
| void RenderProcessHostImpl::CreateStoragePartitionService(
|
| - mojo::InterfaceRequest<StoragePartitionService> request) {
|
| + mojo::InterfaceRequest<mojom::StoragePartitionService> request) {
|
| // DO NOT REMOVE THIS COMMAND LINE CHECK WITHOUT SECURITY REVIEW!
|
| if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kMojoLocalStorage)) {
|
|
|