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

Unified Diff: chrome/install_static/install_util_unittest.cc

Issue 1841573002: [Chrome ELF] New NT registry API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: PRESUBMIT to allow chrome_elf directory files to use wstring. Created 4 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 | « chrome/install_static/install_util.cc ('k') | chrome_elf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/install_util_unittest.cc
diff --git a/chrome/install_static/install_util_unittest.cc b/chrome/install_static/install_util_unittest.cc
index 13131d11d024c2b9436f58ae9e15a7ee9a9138e4..ebb7a802f983535fcbdd0ae37d43840260615668 100644
--- a/chrome/install_static/install_util_unittest.cc
+++ b/chrome/install_static/install_util_unittest.cc
@@ -70,7 +70,7 @@ TEST(InstallStaticTest, TokenizeString) {
// TokenizeString16 tests.
// Test if the string is tokenized correctly with all tokens stripped of
// leading and trailing spaces.
- std::vector<base::string16> results16 =
+ std::vector<std::wstring> results16 =
TokenizeString16(L"un |deux\t|trois\n|quatre", L'|', true);
ASSERT_EQ(4u, results16.size());
EXPECT_THAT(results16, ElementsAre(L"un", L"deux", L"trois", L"quatre"));
@@ -194,4 +194,4 @@ TEST(InstallStaticTest, GetSwitchValueFromCommandLineTest) {
EXPECT_EQ(value, "bar");
}
-} // namespace install_static
+} // namespace install_static
« no previous file with comments | « chrome/install_static/install_util.cc ('k') | chrome_elf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698