diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-09 00:53:09 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-09 00:53:09 +0000 |
commit | a89c086d197370b82dc936a265510be1d76bf538 (patch) | |
tree | 84dd767c282abce0abd0f63684e7da193b3ba4f3 /chrome/browser/browser_resources.grd | |
parent | ce3f7d3e1985dcd49d4d443dee2434b5ea2e4e53 (diff) | |
download | chromium_src-a89c086d197370b82dc936a265510be1d76bf538.zip chromium_src-a89c086d197370b82dc936a265510be1d76bf538.tar.gz chromium_src-a89c086d197370b82dc936a265510be1d76bf538.tar.bz2 |
Fix nits in print preview CSS code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3569021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_resources.grd')
-rw-r--r-- | chrome/browser/browser_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd index f3a1f53..ed89389 100644 --- a/chrome/browser/browser_resources.grd +++ b/chrome/browser/browser_resources.grd @@ -50,7 +50,7 @@ without changes to the corresponding grd file. eter --> <include name="IDR_NOTIFICATION_ICON_HTML" file="resources\notification_icon.html" type="BINDATA" /> <include name="IDR_OPTIONS_HTML" file="resources\options.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenhtml="true" type="BINDATA" /> - <include name="IDR_PRINTPREVIEW_HTML" file="resources\print_preview.html" flattenhtml="true" type="BINDATA" /> + <include name="IDR_PRINT_PREVIEW_HTML" file="resources\print_preview.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SAFE_BROWSING_MALWARE_BLOCK" file="resources\safe_browsing_malware_block.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK" file="resources\safe_browsing_multiple_threat_block.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_SAFE_BROWSING_PHISHING_BLOCK" file="resources\safe_browsing_phishing_block.html" flattenhtml="true" type="BINDATA" /> |