From d38f0991f8a25a28d86a96152158059578e82017 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 18 May 2009 12:40:26 +0000 Subject: 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 --- app/resource_bundle_mac.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'app/resource_bundle_mac.mm') 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(); -- cgit v1.1