| Index: ui/views/controls/webview/webview.cc
|
| diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc
|
| index e7885005272b60c12fd514ee434102bb64d7c9ba..f1f12d015446d245c42fea9bac362d5627040814 100644
|
| --- a/ui/views/controls/webview/webview.cc
|
| +++ b/ui/views/controls/webview/webview.cc
|
| @@ -80,7 +80,7 @@ void WebView::SetEmbedFullscreenWidgetMode(bool enable) {
|
|
|
| void WebView::LoadInitialURL(const GURL& url) {
|
| GetWebContents()->GetController().LoadURL(
|
| - url, content::Referrer(), content::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| + url, content::Referrer(), ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| std::string());
|
| }
|
|
|
|
|