summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-16 22:25:47 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-16 22:25:47 +0000
commit880a6d5e6933a40338c06fcc5d9fd7ae5e654a4a (patch)
treeaa445cc1f971f2a0e66348dfceb2cffaff17c1c3 /base
parentcd0ed14163880d11bb6950ea3f3f2580cef85ae4 (diff)
downloadchromium_src-880a6d5e6933a40338c06fcc5d9fd7ae5e654a4a.zip
chromium_src-880a6d5e6933a40338c06fcc5d9fd7ae5e654a4a.tar.gz
chromium_src-880a6d5e6933a40338c06fcc5d9fd7ae5e654a4a.tar.bz2
Only need to depend on Foundation here, not Cocoa.
BUG=none TEST=none Review URL: http://codereview.chromium.org/5095001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base_paths_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm
index 34a3d23..b9225d8 100644
--- a/base/base_paths_mac.mm
+++ b/base/base_paths_mac.mm
@@ -4,7 +4,7 @@
#include "base/base_paths_mac.h"
-#import <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
#include <mach-o/dyld.h>
#include "base/compiler_specific.h"