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

Unified Diff: base/test/test_reg_util_win.cc

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « base/test/launcher/test_launcher.cc ('k') | base/third_party/dynamic_annotations/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_reg_util_win.cc
diff --git a/base/test/test_reg_util_win.cc b/base/test/test_reg_util_win.cc
index 2cbafef105a6b5cba88c02b224bbe887a0d58b2b..e3b1ffc90b048d641b177a2ca63993aa408f5354 100644
--- a/base/test/test_reg_util_win.cc
+++ b/base/test/test_reg_util_win.cc
@@ -54,7 +54,7 @@ base::string16 GenerateTempKeyPath(const base::string16& test_key_root,
const base::Time& timestamp) {
base::string16 key_path = test_key_root;
key_path += L"\\" + base::Int64ToString16(timestamp.ToInternalValue());
- key_path += kTimestampDelimiter + base::ASCIIToWide(base::GenerateGUID());
+ key_path += kTimestampDelimiter + base::ASCIIToUTF16(base::GenerateGUID());
return key_path;
}
« no previous file with comments | « base/test/launcher/test_launcher.cc ('k') | base/third_party/dynamic_annotations/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698