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

Unified Diff: ui/aura/test/event_generator_delegate_aura.h

Issue 406413004: Cleanups for aura/test/event_generator.h (resolve TODOs) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gn Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/test/event_generator.cc ('k') | ui/aura/test/event_generator_delegate_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/event_generator_delegate_aura.h
diff --git a/ui/aura/test/event_generator.h b/ui/aura/test/event_generator_delegate_aura.h
similarity index 85%
rename from ui/aura/test/event_generator.h
rename to ui/aura/test/event_generator_delegate_aura.h
index aed36d66ea7a6940bb56cc83585d6e71d835976c..dd234501112da44faed744047636731f507450e4 100644
--- a/ui/aura/test/event_generator.h
+++ b/ui/aura/test/event_generator_delegate_aura.h
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// TODO(tapted): Rename this file event_generator_delegate_aura.h.
-
-#ifndef UI_AURA_TEST_EVENT_GENERATOR_H_
-#define UI_AURA_TEST_EVENT_GENERATOR_H_
+#ifndef UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_
+#define UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_
tapted 2014/07/23 11:44:38 (link to the mildly interesting file)
#include "ui/events/test/event_generator.h"
@@ -51,11 +49,7 @@ class EventGeneratorDelegateAura : public ui::test::EventGeneratorDelegate {
DISALLOW_COPY_AND_ASSIGN(EventGeneratorDelegateAura);
};
-// Expose the EventGenerator from ui::test in the aura::test namespace.
-// TODO(tapted): Remove this.
-using ui::test::EventGenerator;
-
} // namespace test
} // namespace aura
-#endif // UI_AURA_TEST_EVENT_GENERATOR_H_
+#endif // UI_AURA_TEST_EVENT_GENERATOR_DELEGATE_AURA_H_
« no previous file with comments | « ui/aura/test/event_generator.cc ('k') | ui/aura/test/event_generator_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698