diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 23:10:55 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 23:10:55 +0000 |
commit | 09e021f1444baadf174dd85d552680e82b37a2c4 (patch) | |
tree | 69b9b12a3695ce3daf7a72d55dd79fe64410a21e /webkit/common | |
parent | fa0d10759d9bcb6e823f5c5c5f8cce6bc3b29439 (diff) | |
download | chromium_src-09e021f1444baadf174dd85d552680e82b37a2c4.zip chromium_src-09e021f1444baadf174dd85d552680e82b37a2c4.tar.gz chromium_src-09e021f1444baadf174dd85d552680e82b37a2c4.tar.bz2 |
Reland: 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.
TBR=tfarina@chromium.org
BUG=265748
NOTRY=true
Review URL: https://codereview.chromium.org/21952005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/common')
-rw-r--r-- | webkit/common/cursors/webcursor_mac.mm | 2 |
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" |