| 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 3725fe1f3fa59b95a2c477709f691a62f4505aab..5293232d92e0d57e0f1467a744b821666d428ba7 100644
|
| --- a/ui/events/test/cocoa_test_event_utils.h
|
| +++ b/ui/events/test/cocoa_test_event_utils.h
|
| @@ -5,12 +5,16 @@
|
| #ifndef UI_EVENTS_TEST_COCOA_TEST_EVENT_UTILS_H_
|
| #define UI_EVENTS_TEST_COCOA_TEST_EVENT_UTILS_H_
|
|
|
| -#include <utility>
|
| -
|
| +#import <Foundation/Foundation.h>
|
| #import <objc/objc-class.h>
|
| +#include <utility>
|
|
|
| #include "base/basictypes.h"
|
|
|
| +@class NSEvent;
|
| +@class NSWindow;
|
| +typedef NSUInteger NSEventType;
|
| +
|
| // Within a given scope, replace the selector |selector| on |target| with that
|
| // from |source|.
|
| class ScopedClassSwizzler {
|
|
|