| Index: ui/keyboard/keyboard_controller_proxy.cc
|
| diff --git a/ui/keyboard/keyboard_controller_proxy.cc b/ui/keyboard/keyboard_controller_proxy.cc
|
| index 097b0d62f1d70b2131b7f36866460aa618137ad1..1b3e86a27dd58b68164a4c3b8aae61e1129de1f4 100644
|
| --- a/ui/keyboard/keyboard_controller_proxy.cc
|
| +++ b/ui/keyboard/keyboard_controller_proxy.cc
|
| @@ -106,7 +106,7 @@ void KeyboardControllerProxy::LoadContents(const GURL& url) {
|
| url,
|
| content::Referrer(),
|
| SINGLETON_TAB,
|
| - content::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| + ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| false);
|
| keyboard_contents_->OpenURL(params);
|
| }
|
|
|