| Index: mandoline/services/updater/updater_impl.cc
|
| diff --git a/mandoline/services/updater/updater_impl.cc b/mandoline/services/updater/updater_impl.cc
|
| index 9b40ec07717c325d5a83cf45ed6184653b977240..ca27c46c5e90a6ed1f6172494ea79f17620c4f7b 100644
|
| --- a/mandoline/services/updater/updater_impl.cc
|
| +++ b/mandoline/services/updater/updater_impl.cc
|
| @@ -31,7 +31,7 @@ void UpdaterImpl::GetPathForApp(
|
| // integration with components/update_client.
|
| base::FilePath shell_dir;
|
| PathService::Get(base::DIR_MODULE, &shell_dir);
|
| - const GURL as_url(url);
|
| + const GURL as_url(url.get());
|
| const base::FilePath path = shell_dir.Append(base::FilePath::FromUTF8Unsafe(
|
| as_url.path().substr(2, as_url.path().size() - 3) + ".mojo"));
|
| callback.Run(path.AsUTF8Unsafe());
|
|
|