Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: trunk/src/ui/aura/test/event_generator.h

Issue 413983006: Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « trunk/src/ui/aura/gestures/gesture_recognizer_unittest.cc ('k') | trunk/src/ui/aura/test/event_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698