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

Unified Diff: chrome/browser/extensions/extension_storage_monitor.cc

Issue 1227413007: Move ReplaceStringPlaceholders to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@join
Patch Set: Created 5 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 | « base/strings/string_util.cc ('k') | chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_storage_monitor.cc
diff --git a/chrome/browser/extensions/extension_storage_monitor.cc b/chrome/browser/extensions/extension_storage_monitor.cc
index 564ab9679860496ff9223994afb26b8d20f31e3d..db0bc37e891cc7e634ae070dc856c024d86563d6 100644
--- a/chrome/browser/extensions/extension_storage_monitor.cc
+++ b/chrome/browser/extensions/extension_storage_monitor.cc
@@ -380,7 +380,8 @@ std::string ExtensionStorageMonitor::GetNotificationId(
placeholders.push_back(context_->GetPath().BaseName().MaybeAsASCII());
placeholders.push_back(extension_id);
- return ReplaceStringPlaceholders(kNotificationIdFormat, placeholders, NULL);
+ return base::ReplaceStringPlaceholders(
+ kNotificationIdFormat, placeholders, NULL);
}
void ExtensionStorageMonitor::OnStorageThresholdExceeded(
« no previous file with comments | « base/strings/string_util.cc ('k') | chrome/browser/signin/easy_unlock_screenlock_state_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698