| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| index 8dc404072037e5893a183e466cf3d0d9701f9e00..352792cdc9187497b37f62030061a55dfc56b713 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -371,7 +371,7 @@ void DevToolsInspectElementAt(RenderViewHost* rvh, int x, int y) {
|
|
|
| // Helper function to escape "&" as "&&".
|
| void EscapeAmpersands(base::string16* text) {
|
| - const char16 ampersand[] = {'&', 0};
|
| + const base::char16 ampersand[] = {'&', 0};
|
| base::ReplaceChars(*text, ampersand, base::ASCIIToUTF16("&&"), text);
|
| }
|
|
|
|
|