diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 01:59:52 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-04 01:59:52 +0000 |
commit | dacf60b7306604fc2cb6409cf2e1cc5d651a16a6 (patch) | |
tree | d1c50e8cd78a1a3e9660f965b9a169474823a55f /chrome/browser/tab_contents | |
parent | fa74057d3ab2fdcff11000ff2fce5acc2c763161 (diff) | |
download | chromium_src-dacf60b7306604fc2cb6409cf2e1cc5d651a16a6.zip chromium_src-dacf60b7306604fc2cb6409cf2e1cc5d651a16a6.tar.gz chromium_src-dacf60b7306604fc2cb6409cf2e1cc5d651a16a6.tar.bz2 |
Bustage fix for mac and linux:
Duplicate views strings and rename them to uniquify them to get mac and linux going again.
TODO(beng): move these strings into the forthcoming app/ dependency so that mac linux and windows can rely on it.
Review URL: http://codereview.chromium.org/99335
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/infobar_delegate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/infobar_delegate.cc b/chrome/browser/tab_contents/infobar_delegate.cc index a6f2f56..9a466fb 100644 --- a/chrome/browser/tab_contents/infobar_delegate.cc +++ b/chrome/browser/tab_contents/infobar_delegate.cc @@ -10,7 +10,7 @@ #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/l10n_util.h" -#include "grit/views_strings.h" +#include "grit/generated_resources.h" // InfoBarDelegate: ------------------------------------------------------------ |