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

Unified Diff: chrome/browser/chrome_elf_init_unittest_win.cc

Issue 451763002: Fix a missing base:: for StringToLowerASCII (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/chrome_elf_init_unittest_win.cc
diff --git a/chrome/browser/chrome_elf_init_unittest_win.cc b/chrome/browser/chrome_elf_init_unittest_win.cc
index c1d629576ff38cb3837e77506d69dac91e504e8a..c6e362874fce21151ec75bef42a7cc5f175c2f84 100644
--- a/chrome/browser/chrome_elf_init_unittest_win.cc
+++ b/chrome/browser/chrome_elf_init_unittest_win.cc
@@ -225,7 +225,7 @@ TEST_F(ChromeBlacklistTrialTest, TestBlacklistBypass) {
EXPECT_TRUE(GetLoadedBlacklistedModules(&module_names));
ASSERT_EQ(1, module_names.size());
EXPECT_STREQ(kTestDllName,
- StringToLowerASCII(
+ base::StringToLowerASCII(
base::FilePath(module_names[0]).BaseName().value()).c_str());
}
« 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