| Index: chrome/browser/chromeos/login/registration_screen.h
|
| diff --git a/chrome/browser/chromeos/login/registration_screen.h b/chrome/browser/chromeos/login/registration_screen.h
|
| index 3ba1af2c510a7dde1393c5fb3876642ba87eb911..31bde9bb897b671bf52b63e195442712995c7fb2 100644
|
| --- a/chrome/browser/chromeos/login/registration_screen.h
|
| +++ b/chrome/browser/chromeos/login/registration_screen.h
|
| @@ -18,6 +18,7 @@ class GURL;
|
| class Profile;
|
|
|
| namespace net {
|
| +class NetworkDelegate;
|
| class URLRequest;
|
| class URLRequestJob;
|
| } // namespace net
|
| @@ -57,6 +58,7 @@ class RegistrationScreen : public ViewScreen<RegistrationView>,
|
|
|
| // Handler factory for net::URLRequestFilter::AddHostnameHandler.
|
| static net::URLRequestJob* Factory(net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate,
|
| const std::string& scheme);
|
|
|
| private:
|
|
|