Index: ui/events/test/cocoa_test_event_utils.h |
diff --git a/ui/events/test/cocoa_test_event_utils.h b/ui/events/test/cocoa_test_event_utils.h |
index 6c4994dbc132a450d3a6d94a6a82194950d32cc6..76c6a32fec5dd424f20ed164cbdacf696229d375 100644 |
--- a/ui/events/test/cocoa_test_event_utils.h |
+++ b/ui/events/test/cocoa_test_event_utils.h |
@@ -11,20 +11,6 @@ |
#include "base/basictypes.h" |
-// Within a given scope, replace the selector |selector| on |target| with that |
-// from |source|. |
-class ScopedClassSwizzler { |
- public: |
- ScopedClassSwizzler(Class target, Class source, SEL selector); |
- ~ScopedClassSwizzler(); |
- |
- private: |
- Method old_selector_impl_; |
- Method new_selector_impl_; |
- |
- DISALLOW_COPY_AND_ASSIGN(ScopedClassSwizzler); |
-}; |
- |
namespace cocoa_test_event_utils { |
// Create synthetic mouse events for testing. Currently these are very |