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

Unified Diff: views/controls/message_box_view.h

Issue 8508055: Move views::Accelerator to ui in order to use it from aura code. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 9 years, 1 month 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 | « views/controls/menu/native_menu_win.cc ('k') | views/controls/message_box_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/message_box_view.h
diff --git a/views/controls/message_box_view.h b/views/controls/message_box_view.h
index 453f29ab07ddd6d33eee29e2296cc0af61ef45eb..5416b4b18d3abed0156f266a4e81528b837f61b0 100644
--- a/views/controls/message_box_view.h
+++ b/views/controls/message_box_view.h
@@ -65,8 +65,7 @@ class VIEWS_EXPORT MessageBoxView : public View {
views::View* parent,
views::View* child) OVERRIDE;
// Handles Ctrl-C and writes the message in the system clipboard.
- virtual bool AcceleratorPressed(
- const views::Accelerator& accelerator) OVERRIDE;
+ virtual bool AcceleratorPressed(const ui::Accelerator& accelerator) OVERRIDE;
private:
// Sets up the layout manager and initializes the prompt field. This should
« no previous file with comments | « views/controls/menu/native_menu_win.cc ('k') | views/controls/message_box_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698