| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // TODO(tapted): Rename this file event_generator_delegate_aura.h. | 5 // TODO(tapted): Rename this file event_generator_delegate_aura.h. |
| 6 | 6 |
| 7 #ifndef UI_AURA_TEST_EVENT_GENERATOR_H_ | 7 #ifndef UI_AURA_TEST_EVENT_GENERATOR_H_ |
| 8 #define UI_AURA_TEST_EVENT_GENERATOR_H_ | 8 #define UI_AURA_TEST_EVENT_GENERATOR_H_ |
| 9 | 9 |
| 10 #include "ui/events/test/event_generator.h" | 10 #include "ui/events/test/event_generator.h" |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 }; | 52 }; |
| 53 | 53 |
| 54 // Expose the EventGenerator from ui::test in the aura::test namespace. | 54 // Expose the EventGenerator from ui::test in the aura::test namespace. |
| 55 // TODO(tapted): Remove this. | 55 // TODO(tapted): Remove this. |
| 56 using ui::test::EventGenerator; | 56 using ui::test::EventGenerator; |
| 57 | 57 |
| 58 } // namespace test | 58 } // namespace test |
| 59 } // namespace aura | 59 } // namespace aura |
| 60 | 60 |
| 61 #endif // UI_AURA_TEST_EVENT_GENERATOR_H_ | 61 #endif // UI_AURA_TEST_EVENT_GENERATOR_H_ |
| OLD | NEW |