summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 18:38:31 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 18:38:31 +0000
commitb0fdaedc0897a5783cf125f720748090838ce676 (patch)
treeab8e781a2bbf8c5761061cd3c363a857596e07c2 /base
parent2837e1cd610e6d510733c35c627efbd4edadfa44 (diff)
downloadchromium_src-b0fdaedc0897a5783cf125f720748090838ce676.zip
chromium_src-b0fdaedc0897a5783cf125f720748090838ce676.tar.gz
chromium_src-b0fdaedc0897a5783cf125f720748090838ce676.tar.bz2
Fix Mac 10.6 SDK compile errors found with Clang.
BUG=none TEST=Build Chromium with the 10.6 SDK using clang. It works. Review URL: http://codereview.chromium.org/7516002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/mac/cocoa_protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/mac/cocoa_protocols.h b/base/mac/cocoa_protocols.h
index 0269c58..88b07b4 100644
--- a/base/mac/cocoa_protocols.h
+++ b/base/mac/cocoa_protocols.h
@@ -35,6 +35,7 @@ DEFINE_EMPTY_PROTOCOL(NSOpenSavePanelDelegate)
DEFINE_EMPTY_PROTOCOL(NSOutlineViewDataSource)
DEFINE_EMPTY_PROTOCOL(NSOutlineViewDelegate)
DEFINE_EMPTY_PROTOCOL(NSSpeechSynthesizerDelegate)
+DEFINE_EMPTY_PROTOCOL(NSSplitViewDelegate)
DEFINE_EMPTY_PROTOCOL(NSTableViewDataSource)
DEFINE_EMPTY_PROTOCOL(NSTableViewDelegate)
DEFINE_EMPTY_PROTOCOL(NSTextFieldDelegate)