diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 02:43:59 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 02:43:59 +0000 |
commit | 421fb9a0f6c489c006031c1789848e0565ab485c (patch) | |
tree | eb2b7fbfa27c75edfa563adf10f93ba855575c38 /chrome/app | |
parent | 09a0c16b6b6e9189aca7620e5d3bf1e1320478bf (diff) | |
download | chromium_src-421fb9a0f6c489c006031c1789848e0565ab485c.zip chromium_src-421fb9a0f6c489c006031c1789848e0565ab485c.tar.gz chromium_src-421fb9a0f6c489c006031c1789848e0565ab485c.tar.bz2 |
Revert 51682 - Build fix attempt.
Parts by hbono.
TBR=tony^work
Review URL: http://codereview.chromium.org/2838044
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/2822050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.rc b/chrome/app/chrome_dll.rc index 1ab9514..ab241c6 100644 --- a/chrome/app/chrome_dll.rc +++ b/chrome/app/chrome_dll.rc @@ -262,7 +262,7 @@ END // We include these resources because all ICON types need to be in the // same .rc file. See: // http://www.technewsgroups.net/group/microsoft.public.dotnet.general/topic2111.aspx -#include "chrome\\default_plugin\\default_plugin_resources.rc" +#include "webkit\\default_plugin\\default_plugin_resources.rc" #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// |