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

Unified Diff: ios/chrome/browser/experimental_flags.mm

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
Index: ios/chrome/browser/experimental_flags.mm
diff --git a/ios/chrome/browser/experimental_flags.mm b/ios/chrome/browser/experimental_flags.mm
index 6659c60ee906f54556c8ce30c615d2986cbf6e23..531f1f69819fb8957d01472286bab02b989466fc 100644
--- a/ios/chrome/browser/experimental_flags.mm
+++ b/ios/chrome/browser/experimental_flags.mm
@@ -71,7 +71,7 @@ bool IsWKWebViewEnabled() {
}
// Check if the finch experiment is turned on.
- return StartsWithASCII(group_name, "Enabled", false);
+ return base::StartsWithASCII(group_name, "Enabled", false);
}
size_t MemoryWedgeSizeInMB() {
« no previous file with comments | « ios/chrome/app/safe_mode_util_unittest.cc ('k') | ios/net/clients/crn_forwarding_network_client_factory_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698