Index: ash/keyboard_overlay/keyboard_overlay_view.cc |
diff --git a/ash/keyboard_overlay/keyboard_overlay_view.cc b/ash/keyboard_overlay/keyboard_overlay_view.cc |
index 37d83537b2fdd5d3ece0b0e266f04e356cda632d..06a7553a01d71eb0d5074b6006df6720862b1f60 100644 |
--- a/ash/keyboard_overlay/keyboard_overlay_view.cc |
+++ b/ash/keyboard_overlay/keyboard_overlay_view.cc |
@@ -69,7 +69,7 @@ void KeyboardOverlayView::ShowDialog( |
content::BrowserContext* context, |
WebContentsHandler* handler, |
const GURL& url) { |
- KeyboardOverlayDelegate* delegate = new KeyboardOverlayDelegate( |
+ ash::KeyboardOverlayDelegate* delegate = new ash::KeyboardOverlayDelegate( |
oshima
2012/10/10 20:08:39
Move this class to ash namespace as well.
scottmg
2012/10/10 20:52:01
Done.
|
l10n_util::GetStringUTF16(IDS_ASH_KEYBOARD_OVERLAY_TITLE), url); |
KeyboardOverlayView* view = |
new KeyboardOverlayView(context, delegate, handler); |