Index: ui/chromeos/ime/candidate_view.h |
diff --git a/ui/chromeos/ime/candidate_view.h b/ui/chromeos/ime/candidate_view.h |
index e839df4ef2441dd76fa10500383886786036298f..bc89160af66cfba74506c6f374aa941b4102821b 100644 |
--- a/ui/chromeos/ime/candidate_view.h |
+++ b/ui/chromeos/ime/candidate_view.h |
@@ -43,6 +43,7 @@ class UI_CHROMEOS_EXPORT CandidateView : public views::CustomButton { |
void StateChanged() override; |
// Overridden from View: |
+ const char* GetClassName() const override; |
bool OnMouseDragged(const ui::MouseEvent& event) override; |
void Layout() override; |
gfx::Size GetPreferredSize() const override; |