Index: chrome/browser/chromeos/input_method/candidate_view.h |
=================================================================== |
--- chrome/browser/chromeos/input_method/candidate_view.h (revision 151406) |
+++ chrome/browser/chromeos/input_method/candidate_view.h (working copy) |
@@ -60,7 +60,7 @@ |
friend class CandidateWindowViewTest; |
FRIEND_TEST_ALL_PREFIXES(CandidateWindowViewTest, ShortcutSettingTest); |
// Overridden from View: |
- virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; |
+ virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE; |
// Notifies labels of their new background colors. Called whenever the view's |
// background color changes. |