diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-26 16:31:34 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-26 16:31:34 +0000 |
commit | 84829155dbdced379f556070ebf51c4126235dfd (patch) | |
tree | 5e5dfde285d56d2baf21533f6cab633d859537a6 /webkit | |
parent | 7ff6ff68f928f2104e21a604f7fac473fafe91b7 (diff) | |
download | chromium_src-84829155dbdced379f556070ebf51c4126235dfd.zip chromium_src-84829155dbdced379f556070ebf51c4126235dfd.tar.gz chromium_src-84829155dbdced379f556070ebf51c4126235dfd.tar.bz2 |
mac: Remove now-unneeded includes of cocoa_protocols.h
BUG=137676
TEST=compiles
TBR=OWNERS
Review URL: https://chromiumcodereview.appspot.com/10831025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/test_shell/test_shell_mac.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_mac.mm b/webkit/tools/test_shell/test_shell_mac.mm index 6ef97ea..81a927d 100644 --- a/webkit/tools/test_shell/test_shell_mac.mm +++ b/webkit/tools/test_shell/test_shell_mac.mm @@ -16,7 +16,6 @@ #include "base/file_util.h" #include "base/logging.h" #include "base/mac/bundle_locations.h" -#include "base/mac/cocoa_protocols.h" #include "base/mac/mac_util.h" #include "base/mac/scoped_nsautorelease_pool.h" #include "base/message_loop.h" |