Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: ash/keyboard_overlay/keyboard_overlay_view.h

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard_overlay/keyboard_overlay_view.h
diff --git a/ash/keyboard_overlay/keyboard_overlay_view.h b/ash/keyboard_overlay/keyboard_overlay_view.h
index 0fc339ad51ef4c22b6a03dfb7787f4a2e03228c1..2fb0a59ee75e8c51b9439a071b6ac049c464a703 100644
--- a/ash/keyboard_overlay/keyboard_overlay_view.h
+++ b/ash/keyboard_overlay/keyboard_overlay_view.h
@@ -28,7 +28,7 @@ namespace ash {
// A customized dialog view for the keyboard overlay.
class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
: public views::WebDialogView,
- public ash::internal::OverlayEventFilter::Delegate {
+ public ash::OverlayEventFilter::Delegate {
public:
struct KeyEventData {
ui::KeyboardCode key_code;
@@ -40,7 +40,7 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
WebContentsHandler* handler);
virtual ~KeyboardOverlayView();
- // Overridden from ash::internal::OverlayEventFilter::Delegate:
+ // Overridden from ash::OverlayEventFilter::Delegate:
virtual void Cancel() OVERRIDE;
virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
virtual aura::Window* GetWindow() OVERRIDE;
« no previous file with comments | « ash/frame/caption_buttons/maximize_bubble_controller_bubble.cc ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698