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

Unified Diff: ash/keyboard_overlay/keyboard_overlay_view.h

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: new android code Created 8 years, 2 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
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 0409d8b967f3a6eaee449e7ac9a73dc1f0ca9128..d83cb13309078818c6dfc7269b70db42f8a07f30 100644
--- a/ash/keyboard_overlay/keyboard_overlay_view.h
+++ b/ash/keyboard_overlay/keyboard_overlay_view.h
@@ -20,6 +20,8 @@ namespace ui {
class WebDialogDelegate;
}
+namespace ash {
+
// A customized dialog view for the keyboard overlay.
class ASH_EXPORT KeyboardOverlayView
: public views::WebDialogView,
@@ -47,4 +49,6 @@ class ASH_EXPORT KeyboardOverlayView
DISALLOW_COPY_AND_ASSIGN(KeyboardOverlayView);
};
+} // namespace ash
+
#endif // ASH_KEYBOARD_OVERLAY_KEYBOARD_OVERLAY_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698