| Index: chrome/browser/chromeos/extensions/echo_private_api.cc
|
| diff --git a/chrome/browser/chromeos/extensions/echo_private_api.cc b/chrome/browser/chromeos/extensions/echo_private_api.cc
|
| index 7f78bd3659790faae5e87fb19a812fec4ab5157d..8b07620272e40ab2b73a21987cfbdb4059aefc63 100644
|
| --- a/chrome/browser/chromeos/extensions/echo_private_api.cc
|
| +++ b/chrome/browser/chromeos/extensions/echo_private_api.cc
|
| @@ -214,7 +214,7 @@ void EchoPrivateGetUserConsentFunction::OnCancel() {
|
|
|
| void EchoPrivateGetUserConsentFunction::OnMoreInfoLinkClicked() {
|
| chrome::NavigateParams params(
|
| - GetProfile(), GURL(kMoreInfoLink), content::PAGE_TRANSITION_LINK);
|
| + GetProfile(), GURL(kMoreInfoLink), ui::PAGE_TRANSITION_LINK);
|
| // Open the link in a new window. The echo dialog is modal, so the current
|
| // window is useless until the dialog is closed.
|
| params.disposition = NEW_WINDOW;
|
|
|