Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1512)

Unified Diff: chrome/browser/search_engines/template_url_prepopulate_data.cc

Issue 159714: Fix some character literals to use the right escape string.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search_engines/template_url_prepopulate_data.cc
===================================================================
--- chrome/browser/search_engines/template_url_prepopulate_data.cc (revision 21758)
+++ chrome/browser/search_engines/template_url_prepopulate_data.cc (working copy)
@@ -2219,7 +2219,7 @@
};
const PrepopulatedEngine yam = {
- L"\u5929\u7a7a",
+ L"\x5929\x7a7a",
L"yam.com",
"http://www.yam.com/i/8/sky.ico",
L"http://search.yam.com/wps?k={searchTerms}",
@@ -3185,7 +3185,7 @@
}
int GetDataVersion() {
- return 22; // Increment this if you change the above data in ways that mean
+ return 23; // Increment this if you change the above data in ways that mean
// users with existing data should get a new version.
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698