| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef UI_CHROMEOS_IME_CANDIDATE_WINDOW_VIEW_H_ | 5 #ifndef UI_CHROMEOS_IME_CANDIDATE_WINDOW_VIEW_H_ |
| 6 #define UI_CHROMEOS_IME_CANDIDATE_WINDOW_VIEW_H_ | 6 #define UI_CHROMEOS_IME_CANDIDATE_WINDOW_VIEW_H_ |
| 7 | 7 |
| 8 #include "ui/base/ime/candidate_window.h" | 8 #include "ui/base/ime/candidate_window.h" |
| 9 #include "ui/chromeos/ui_chromeos_export.h" | 9 #include "ui/chromeos/ui_chromeos_export.h" |
| 10 #include "ui/views/bubble/bubble_delegate.h" | 10 #include "ui/views/bubble/bubble_delegate.h" |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 // send OnCandidateWindowOpened and OnCandidateWindowClosed events. | 124 // send OnCandidateWindowOpened and OnCandidateWindowClosed events. |
| 125 bool was_candidate_window_open_; | 125 bool was_candidate_window_open_; |
| 126 | 126 |
| 127 DISALLOW_COPY_AND_ASSIGN(CandidateWindowView); | 127 DISALLOW_COPY_AND_ASSIGN(CandidateWindowView); |
| 128 }; | 128 }; |
| 129 | 129 |
| 130 } // namespace ime | 130 } // namespace ime |
| 131 } // namespace ui | 131 } // namespace ui |
| 132 | 132 |
| 133 #endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_VIEW_H_ | 133 #endif // UI_CHROMEOS_IME_CANDIDATE_WINDOW_VIEW_H_ |
| OLD | NEW |