| Index: chrome/browser/chromeos/network_state_notifier.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/network_state_notifier.cc (revision 91771)
|
| +++ chrome/browser/chromeos/network_state_notifier.cc (working copy)
|
| @@ -69,7 +69,7 @@
|
| state_ = new_state;
|
| NetworkStateDetails details(state_);
|
| NotificationService::current()->Notify(
|
| - NotificationType::NETWORK_STATE_CHANGED,
|
| + chrome::NETWORK_STATE_CHANGED,
|
| NotificationService::AllSources(),
|
| Details<NetworkStateDetails>(&details));
|
| };
|
|
|