summaryrefslogtreecommitdiffstats
path: root/webkit/common
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 04:36:40 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 04:36:40 +0000
commit3c0cc1d0d63454beb8c02aa845f8e1683a768094 (patch)
treed3a485e035c8295a7d596d5167a0ee3ac62c644d /webkit/common
parent029e6da1c9bc48fa540400814662f6cf24f537a3 (diff)
downloadchromium_src-3c0cc1d0d63454beb8c02aa845f8e1683a768094.zip
chromium_src-3c0cc1d0d63454beb8c02aa845f8e1683a768094.tar.gz
chromium_src-3c0cc1d0d63454beb8c02aa845f8e1683a768094.tar.bz2
Remove webkit_chromium_resources.pak entries.
webkit_chromium_resources.pak was kept along side with blink_resources.pak, while DumpRenderTree was being updated on the Blink side, since that already happened and Blink has rolled into Chromium, we should be able to remove this now. BUG=265748 TBR=abarth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/20628004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215210 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/common')
-rw-r--r--webkit/common/cursors/webcursor_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/common/cursors/webcursor_mac.mm b/webkit/common/cursors/webcursor_mac.mm
index 0abc3e9..1a1dc44 100644
--- a/webkit/common/cursors/webcursor_mac.mm
+++ b/webkit/common/cursors/webcursor_mac.mm
@@ -9,7 +9,7 @@
#include "base/logging.h"
#include "base/mac/mac_util.h"
#include "base/mac/scoped_cftyperef.h"
-#include "grit/webkit_chromium_resources.h"
+#include "grit/blink_resources.h"
#include "skia/ext/skia_utils_mac.h"
#include "third_party/WebKit/public/platform/WebSize.h"
#include "third_party/WebKit/public/web/WebCursorInfo.h"