summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_javascript_dialog_mac.mm
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-26 16:31:34 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-26 16:31:34 +0000
commit84829155dbdced379f556070ebf51c4126235dfd (patch)
tree5e5dfde285d56d2baf21533f6cab633d859537a6 /content/shell/shell_javascript_dialog_mac.mm
parent7ff6ff68f928f2104e21a604f7fac473fafe91b7 (diff)
downloadchromium_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 'content/shell/shell_javascript_dialog_mac.mm')
-rw-r--r--content/shell/shell_javascript_dialog_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/shell/shell_javascript_dialog_mac.mm b/content/shell/shell_javascript_dialog_mac.mm
index 0bf357d..584ee03 100644
--- a/content/shell/shell_javascript_dialog_mac.mm
+++ b/content/shell/shell_javascript_dialog_mac.mm
@@ -6,7 +6,6 @@
#import <Cocoa/Cocoa.h>
-#import "base/mac/cocoa_protocols.h"
#import "base/memory/scoped_nsobject.h"
#include "base/sys_string_conversions.h"
#include "content/shell/shell_javascript_dialog_creator.h"