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

Unified Diff: chrome/browser/automation/automation_provider_observers.cc

Issue 12767006: [Cleanup] Remove StringPrintf from global namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, once more Created 7 years, 9 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: chrome/browser/automation/automation_provider_observers.cc
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
index 0a9c83aabc1e5a3adaaa6f39f8e7ea234f7d1236..1906110bc81046907f4d22e5027840e28778e164 100644
--- a/chrome/browser/automation/automation_provider_observers.cc
+++ b/chrome/browser/automation/automation_provider_observers.cc
@@ -357,8 +357,8 @@ void NavigationNotificationObserver::ConditionMet(
&dict);
} else {
AutomationJSONReply(automation_, reply_message_.release()).SendError(
- StringPrintf("Navigation failed with error code=%d.",
- navigation_result));
+ base::StringPrintf("Navigation failed with error code=%d.",
+ navigation_result));
}
} else {
IPC::ParamTraits<int>::Write(

Powered by Google App Engine
This is Rietveld 408576698