| Index: services/navigation/view_impl.h
|
| diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
|
| index 1083dba5ca28389552c1ec7ff1782021c0522488..02c4b7a6cac3d7fa0f81fd109f8597094f819196 100644
|
| --- a/services/navigation/view_impl.h
|
| +++ b/services/navigation/view_impl.h
|
| @@ -49,7 +49,7 @@ class ViewImpl : public mojom::View,
|
| void Reload(bool skip_cache) override;
|
| void Stop() override;
|
| void GetWindowTreeClient(ui::mojom::WindowTreeClientRequest request) override;
|
| - void ShowInterstitial(const mojo::String& html) override;
|
| + void ShowInterstitial(const std::string& html) override;
|
| void HideInterstitial() override;
|
|
|
| // content::WebContentsDelegate:
|
|
|