| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index c9a68218591a8363569f9ba99a08998b890145c6..966cd56287b3a3c6920e5c34cdc2e51f1cb44735 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -283,9 +283,9 @@ void ChromeShellDelegate::ShowKeyboardOverlay() {
|
| // TODO(mazda): Move the show logic to ash (http://crbug.com/124222).
|
| Profile* profile = ProfileManager::GetDefaultProfileOrOffTheRecord();
|
| std::string url(chrome::kChromeUIKeyboardOverlayURL);
|
| - KeyboardOverlayView::ShowDialog(profile,
|
| - new ChromeWebContentsHandler,
|
| - GURL(url));
|
| + ash::KeyboardOverlayView::ShowDialog(profile,
|
| + new ChromeWebContentsHandler,
|
| + GURL(url));
|
| #endif
|
| }
|
|
|
|
|