| Index: net/http/http_network_layer.h
|
| diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h
|
| index d9eb676b989ba0810547b21e33623f8494019477..cd78af29f782280b7a585fb373882c1f50afb756 100644
|
| --- a/net/http/http_network_layer.h
|
| +++ b/net/http/http_network_layer.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/system_monitor/system_monitor.h"
|
| +#include "base/power_monitor/power_monitor.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "net/base/net_export.h"
|
| #include "net/http/http_transaction_factory.h"
|
| @@ -20,7 +20,7 @@ class HttpNetworkSession;
|
|
|
| class NET_EXPORT HttpNetworkLayer
|
| : public HttpTransactionFactory,
|
| - public base::SystemMonitor::PowerObserver,
|
| + public base::PowerMonitor::PowerObserver,
|
| NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| public:
|
| // Construct a HttpNetworkLayer with an existing HttpNetworkSession which
|
| @@ -52,7 +52,7 @@ class NET_EXPORT HttpNetworkLayer
|
| virtual HttpCache* GetCache() OVERRIDE;
|
| virtual HttpNetworkSession* GetSession() OVERRIDE;
|
|
|
| - // base::SystemMonitor::PowerObserver methods:
|
| + // base::PowerMonitor::Observer methods:
|
| virtual void OnSuspend() OVERRIDE;
|
| virtual void OnResume() OVERRIDE;
|
|
|
|
|