| Index: chrome/browser/chromeos/drive/drive_scheduler.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_scheduler.h b/chrome/browser/chromeos/drive/drive_scheduler.h
|
| index 895f00e034aa2686ffd969bd3da14dc47200a9d3..a632a90443111add4d743e1db7ee3f9b775072d9 100644
|
| --- a/chrome/browser/chromeos/drive/drive_scheduler.h
|
| +++ b/chrome/browser/chromeos/drive/drive_scheduler.h
|
| @@ -24,7 +24,7 @@ namespace drive {
|
| // TODO(zork): Provide an interface for querying the number of jobs, and state
|
| // of each. See: crbug.com/154243
|
| class DriveScheduler
|
| - : public net::NetworkChangeNotifier::ConnectionTypeObserver {
|
| + : public net::NetworkChangeNotifier::NetworkChangeObserver {
|
| public:
|
|
|
| // Enum representing the type of job.
|
| @@ -302,8 +302,8 @@ class DriveScheduler
|
| google_apis::GDataErrorCode error,
|
| const FilePath& temp_file);
|
|
|
| - // net::NetworkChangeNotifier::ConnectionTypeObserver override.
|
| - virtual void OnConnectionTypeChanged(
|
| + // net::NetworkChangeNotifier::NetworkChangeObserver override.
|
| + virtual void OnNetworkChanged(
|
| net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
|
|
|
| // For testing only. Disables throttling so that testing is faster.
|
|
|