summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-26 14:34:08 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-26 14:34:08 +0000
commitc4f58a8c8765c290d4cd35bf69b7b81545e2dbac (patch)
treeab242078c86fc77dbffcc5c27783e867a2099aa3 /chrome/common
parent4994ce687b1eb90ed3bf57be964d291482a5db28 (diff)
downloadchromium_src-c4f58a8c8765c290d4cd35bf69b7b81545e2dbac.zip
chromium_src-c4f58a8c8765c290d4cd35bf69b7b81545e2dbac.tar.gz
chromium_src-c4f58a8c8765c290d4cd35bf69b7b81545e2dbac.tar.bz2
fix up one include to be an import
TBR=mark@chromium.org Review URL: http://codereview.chromium.org/27209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/resource_bundle_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/resource_bundle_mac.mm b/chrome/common/resource_bundle_mac.mm
index a1d152f..36187ec 100644
--- a/chrome/common/resource_bundle_mac.mm
+++ b/chrome/common/resource_bundle_mac.mm
@@ -4,7 +4,7 @@
#include "chrome/common/resource_bundle.h"
-#include <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
#include "base/base_paths.h"
#include "base/data_pack.h"