Update for move of string symbols into base::
This commit is contained in:
parent
5b93dc74e6
commit
5b788476a5
5 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ class NetworkDelegate : public net::NetworkDelegate {
|
|||
virtual void OnCompleted(net::URLRequest* request, bool started) OVERRIDE;
|
||||
virtual void OnURLRequestDestroyed(net::URLRequest* request) OVERRIDE;
|
||||
virtual void OnPACScriptError(int line_number,
|
||||
const string16& error) OVERRIDE;
|
||||
const base::string16& error) OVERRIDE;
|
||||
virtual AuthRequiredResponse OnAuthRequired(
|
||||
net::URLRequest* request,
|
||||
const net::AuthChallengeInfo& auth_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue