| 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(
|
|
|