Index: ui/views/color_chooser/color_chooser_view.h |
=================================================================== |
--- ui/views/color_chooser/color_chooser_view.h (revision 150588) |
+++ ui/views/color_chooser/color_chooser_view.h (working copy) |
@@ -16,7 +16,6 @@ |
namespace views { |
class ColorChooserListener; |
-class KeyEvent; |
class Textfield; |
// ColorChooserView provides the UI to choose a color by mouse and/or keyboard. |
@@ -58,7 +57,7 @@ |
virtual void ContentsChanged(Textfield* sender, |
const string16& new_contents) OVERRIDE; |
virtual bool HandleKeyEvent(Textfield* sender, |
- const KeyEvent& key_event) OVERRIDE; |
+ const ui::KeyEvent& key_event) OVERRIDE; |
// The current color in HSV coordinate. |
SkScalar hsv_[3]; |