| Index: chrome/browser/chromeos/login/auth_prewarmer.h
|
| diff --git a/chrome/browser/chromeos/login/auth_prewarmer.h b/chrome/browser/chromeos/login/auth_prewarmer.h
|
| index aa77fa8b81a86bf45f340e23faacac5f37bf0969..b7da6d9b1243b632ade07f92ea67113a2061cdea 100644
|
| --- a/chrome/browser/chromeos/login/auth_prewarmer.h
|
| +++ b/chrome/browser/chromeos/login/auth_prewarmer.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| -#include "chrome/browser/chromeos/net/connectivity_state_helper_observer.h"
|
| +#include "chromeos/network/network_state_handler_observer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| @@ -18,7 +18,7 @@ class URLRequestContextGetter;
|
| namespace chromeos {
|
|
|
| // Class for prewarming authentication network connection.
|
| -class AuthPrewarmer : public ConnectivityStateHelperObserver,
|
| +class AuthPrewarmer : public NetworkStateHandlerObserver,
|
| public content::NotificationObserver {
|
| public:
|
| AuthPrewarmer();
|
| @@ -27,7 +27,7 @@ class AuthPrewarmer : public ConnectivityStateHelperObserver,
|
| void PrewarmAuthentication(const base::Closure& completion_callback);
|
|
|
| private:
|
| - // chromeos::ConnectivityStateHelperObserver overrides.
|
| + // chromeos::NetworkStateHandlerObserver overrides.
|
| virtual void NetworkManagerChanged() OVERRIDE;
|
| virtual void DefaultNetworkChanged() OVERRIDE;
|
|
|
|
|