diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 15:48:16 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 15:48:16 +0000 |
commit | 5c586489b82900dfd5a12a158d5a23634defe54a (patch) | |
tree | 0b0aaf50ca061063d3f4b40f3a03d0f6537621fb /webkit/child | |
parent | 08be10fd1984246b651d41ce759a5e189ecea439 (diff) | |
download | chromium_src-5c586489b82900dfd5a12a158d5a23634defe54a.zip chromium_src-5c586489b82900dfd5a12a158d5a23634defe54a.tar.gz chromium_src-5c586489b82900dfd5a12a158d5a23634defe54a.tar.bz2 |
Switch Chromium to use Blink's blink_resources.grd
WebKit.grd is deprecated, so we update it public/blink_resources.grd.
R=darin@chromium.org, joth@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/19537010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/child')
-rw-r--r-- | webkit/child/webkitplatformsupport_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc index e33938e..5b320d1 100644 --- a/webkit/child/webkitplatformsupport_impl.cc +++ b/webkit/child/webkitplatformsupport_impl.cc @@ -27,7 +27,7 @@ #include "base/sys_info.h" #include "base/time/time.h" #include "content/public/common/webplugininfo.h" -#include "grit/webkit_chromium_resources.h" +#include "grit/blink_resources.h" #include "grit/webkit_resources.h" #include "grit/webkit_strings.h" #include "net/base/data_url.h" |