| Index: chrome/browser/chromeos/login/account_screen_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/account_screen_browsertest.cc b/chrome/browser/chromeos/login/account_screen_browsertest.cc
|
| index 1e8840d2f61c9f12a652b8c2c4a7accb132997f8..0e3a2d7cdc1ea9929c801af3a64d3770f452e607 100644
|
| --- a/chrome/browser/chromeos/login/account_screen_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/account_screen_browsertest.cc
|
| @@ -62,8 +62,8 @@ static void QuitUIMessageLoop() {
|
| static bool inspector_called = false; // had to use global flag as
|
| // InspectorHook() doesn't have context.
|
|
|
| -static URLRequestJob* InspectorHook(net::URLRequest* request,
|
| - const std::string& scheme) {
|
| +static net::URLRequestJob* InspectorHook(net::URLRequest* request,
|
| + const std::string& scheme) {
|
| VLOG(1) << "Intercepted: " << request->url() << ", scheme: " << scheme;
|
|
|
| // Expect that the parameters are the same as new_account.html gave us.
|
|
|