summaryrefslogtreecommitdiffstats
path: root/ui/base
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 /ui/base
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 'ui/base')
-rw-r--r--ui/base/dialogs/select_file_dialog_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/base/dialogs/select_file_dialog_mac.mm b/ui/base/dialogs/select_file_dialog_mac.mm
index 33f205e..11c0dd5 100644
--- a/ui/base/dialogs/select_file_dialog_mac.mm
+++ b/ui/base/dialogs/select_file_dialog_mac.mm
@@ -14,7 +14,6 @@
#include "base/file_util.h"
#include "base/logging.h"
#include "base/mac/bundle_locations.h"
-#import "base/mac/cocoa_protocols.h"
#include "base/mac/foundation_util.h"
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"