| Index: chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| index 845b425ceeac712433ea4f1e2f68739f5d109acc..2423864c0eab4e307ea020c6920738ae451312e1 100644
|
| --- a/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
|
| @@ -363,7 +363,7 @@ void KeyboardOverlayHandler::OpenLearnMorePage(const base::ListValue* args) {
|
| content::OpenURLParams(GURL(kLearnMoreURL),
|
| content::Referrer(),
|
| NEW_FOREGROUND_TAB,
|
| - content::PAGE_TRANSITION_LINK,
|
| + ui::PAGE_TRANSITION_LINK,
|
| false));
|
| }
|
|
|
|
|