diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 16:09:10 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-07 16:09:10 +0000 |
commit | 1d3be4e00a336957e43355610bf07edf73814054 (patch) | |
tree | b9d9c0ac1bb2752f69479e70eae74c406579af95 /base/cocoa_protocols_mac.h | |
parent | 1cac2773d99ad23eb1a93f378ee33bbb0958853b (diff) | |
download | chromium_src-1d3be4e00a336957e43355610bf07edf73814054.zip chromium_src-1d3be4e00a336957e43355610bf07edf73814054.tar.gz chromium_src-1d3be4e00a336957e43355610bf07edf73814054.tar.bz2 |
[Mac] Use OCMock in autocomplete_text_field_unittest.mm.
BUGS=none
TEST=unit tests continue to work.
Review URL: http://codereview.chromium.org/257063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/cocoa_protocols_mac.h')
-rw-r--r-- | base/cocoa_protocols_mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/cocoa_protocols_mac.h b/base/cocoa_protocols_mac.h index 1d38a51..860df69 100644 --- a/base/cocoa_protocols_mac.h +++ b/base/cocoa_protocols_mac.h @@ -23,6 +23,7 @@ DEFINE_EMPTY_PROTOCOL(NSAlertDelegate) DEFINE_EMPTY_PROTOCOL(NSAnimationDelegate) +DEFINE_EMPTY_PROTOCOL(NSControlTextEditingDelegate) DEFINE_EMPTY_PROTOCOL(NSMenuDelegate) DEFINE_EMPTY_PROTOCOL(NSTableViewDataSource) DEFINE_EMPTY_PROTOCOL(NSTextFieldDelegate) |