| Index: chrome/browser/ui/cocoa/find_bar/find_bar_text_field_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/find_bar/find_bar_text_field_unittest.mm (revision 85510)
|
| +++ chrome/browser/ui/cocoa/find_bar/find_bar_text_field_unittest.mm (working copy)
|
| @@ -11,17 +11,7 @@
|
| #import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| -#import "third_party/ocmock/OCMock/OCMock.h"
|
|
|
| -// OCMock wants to mock a concrete class or protocol. This should
|
| -// provide a correct protocol for newer versions of the SDK, while
|
| -// providing something mockable for older versions.
|
| -
|
| -@protocol MockTextEditingDelegate<NSControlTextEditingDelegate>
|
| -- (void)controlTextDidBeginEditing:(NSNotification*)aNotification;
|
| -- (BOOL)control:(NSControl*)control textShouldEndEditing:(NSText*)fieldEditor;
|
| -@end
|
| -
|
| namespace {
|
|
|
| // Width of the field so that we don't have to ask |field_| for it all
|
|
|