Update for move of string symbols into base::

This commit is contained in:
Adam Roben 2014-06-26 16:29:38 -04:00
parent 5b93dc74e6
commit 5b788476a5
5 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@ void NetworkDelegate::OnURLRequestDestroyed(net::URLRequest* request) {
}
void NetworkDelegate::OnPACScriptError(int line_number,
const string16& error) {
const base::string16& error) {
}
NetworkDelegate::AuthRequiredResponse NetworkDelegate::OnAuthRequired(