| Index: chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_engine.h b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| index 83bedda084569df7377b431e04421deb3ad4f7cd..c19a7a08f316cc8fc11813e9e9a59c4fa1f4cbdb 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.h
|
| @@ -13,13 +13,11 @@
|
|
|
| namespace ui {
|
| class KeyEvent;
|
| -} // namespace ui
|
|
|
| -namespace ash {
|
| namespace ime {
|
| struct InputMethodMenuItem;
|
| -} // namespace ime
|
| -} // namespace ash
|
| +}
|
| +}
|
|
|
| namespace chromeos {
|
|
|
| @@ -28,7 +26,7 @@ class CompositionText;
|
| namespace input_method {
|
| class CandidateWindow;
|
| struct KeyEventHandle;
|
| -} // namespace input_method
|
| +}
|
|
|
| class MockInputMethodEngine : public InputMethodEngineInterface {
|
| public:
|
|
|