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

Unified Diff: components/invalidation/gcm_network_channel_unittest.cc

Issue 1200393002: Add more string_util functions to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@string
Patch Set: Android 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: components/invalidation/gcm_network_channel_unittest.cc
diff --git a/components/invalidation/gcm_network_channel_unittest.cc b/components/invalidation/gcm_network_channel_unittest.cc
index 83ac630378dc76fc569875c2f710d0aaf46e09e4..bec5489bbabadeefbc530c42d6bb843d14e2535a 100644
--- a/components/invalidation/gcm_network_channel_unittest.cc
+++ b/components/invalidation/gcm_network_channel_unittest.cc
@@ -234,7 +234,7 @@ void TestNetworkChannelURLFetcher::AddExtraRequestHeader(
std::string echo_token;
if (base::StartsWithASCII(header_line, header_name, false)) {
echo_token = header_line;
- ReplaceFirstSubstringAfterOffset(
+ base::ReplaceFirstSubstringAfterOffset(
&echo_token, 0, header_name, std::string());
test_->set_last_echo_token(echo_token);
}
« no previous file with comments | « components/autofill/core/browser/data_driven_test.cc ('k') | components/json_schema/json_schema_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698