| Index: chrome/installer/setup/install.h
|
| diff --git a/chrome/installer/setup/install.h b/chrome/installer/setup/install.h
|
| index 22cb8d96eb723706a73b070eed83c7804d46d3f1..a700b3c8be7200ee71af62dfe2f624d1ed2e6450 100644
|
| --- a/chrome/installer/setup/install.h
|
| +++ b/chrome/installer/setup/install.h
|
| @@ -52,7 +52,7 @@ enum InstallShortcutLevel {
|
| // Escape |att_value| as per the XML AttValue production
|
| // (http://www.w3.org/TR/2008/REC-xml-20081126/#NT-AttValue) for a value in
|
| // single quotes.
|
| -void EscapeXmlAttributeValueInSingleQuotes(string16* att_value);
|
| +void EscapeXmlAttributeValueInSingleQuotes(base::string16* att_value);
|
|
|
| // Creates VisualElementsManifest.xml beside chrome.exe in |src_path| if
|
| // |src_path|\VisualElements exists.
|
|
|