| Index: chromeos/network/network_state_handler_observer.h
|
| diff --git a/chromeos/network/network_state_handler_observer.h b/chromeos/network/network_state_handler_observer.h
|
| index a25dc59c5fcafef2da3557a1f2fb74e5a6964e58..b1a7ae6fbac4fd199aba1b267dea2af726f1a55f 100644
|
| --- a/chromeos/network/network_state_handler_observer.h
|
| +++ b/chromeos/network/network_state_handler_observer.h
|
| @@ -53,7 +53,7 @@ class CHROMEOS_EXPORT NetworkStateHandlerObserver {
|
|
|
| // Called just before NetworkStateHandler is destroyed so that observers
|
| // can safely stop observing.
|
| - virtual void IsShuttingDown();
|
| + virtual void OnShuttingDown();
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(NetworkStateHandlerObserver);
|
|
|