summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle_mac.mm
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-18 12:40:26 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-18 12:40:26 +0000
commitd38f0991f8a25a28d86a96152158059578e82017 (patch)
tree47c311ba665b31b43c63b9f8b8668d6a297a31cd /app/resource_bundle_mac.mm
parent4052c7343b977d7865405600d7e99b016f06dec4 (diff)
downloadchromium_src-d38f0991f8a25a28d86a96152158059578e82017.zip
chromium_src-d38f0991f8a25a28d86a96152158059578e82017.tar.gz
chromium_src-d38f0991f8a25a28d86a96152158059578e82017.tar.bz2
Also scan .m and .mm files in checkdeps.py
- add necessary DEPS rules - fix skia includes in test_shell to contain full path (third_party/skia/include/core/SkBitmap.h instead of just SkBitmap.h) - remove forbidden chrome/common include from app/resource_bundle_mac.mm Review URL: http://codereview.chromium.org/113147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle_mac.mm')
-rw-r--r--app/resource_bundle_mac.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/resource_bundle_mac.mm b/app/resource_bundle_mac.mm
index f8aab45..22ab274 100644
--- a/app/resource_bundle_mac.mm
+++ b/app/resource_bundle_mac.mm
@@ -17,7 +17,6 @@
#include "base/path_service.h"
#include "base/string_piece.h"
#include "base/string_util.h"
-#include "chrome/common/chrome_paths.h"
ResourceBundle::~ResourceBundle() {
FreeImages();