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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_browsertest.cc

Issue 1172183002: Move StartsWith[ASCII] to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string_util3
Patch Set: merger Created 5 years, 6 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/browser/prefetch/prefetch_field_trial.cc ('k') | chrome/browser/prerender/prerender_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/tracked/pref_hash_browsertest.cc
diff --git a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
index 3608606e4d239e57ddc69542f248fc88f5b3cfb7..48d4bfece79850769f5c9dfac77d66203390675a 100644
--- a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
+++ b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
@@ -309,9 +309,8 @@ class PrefHashBrowserTestBase
private:
// Returns true if this is the PRE_ phase of the test.
bool IsPRETest() {
- return StartsWithASCII(
- testing::UnitTest::GetInstance()->current_test_info()->name(),
- "PRE_",
+ return base::StartsWithASCII(
+ testing::UnitTest::GetInstance()->current_test_info()->name(), "PRE_",
true /* case_sensitive */);
}
« no previous file with comments | « chrome/browser/prefetch/prefetch_field_trial.cc ('k') | chrome/browser/prerender/prerender_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698