| Index: ui/chromeos/network/network_state_notifier.h
|
| diff --git a/ui/chromeos/network/network_state_notifier.h b/ui/chromeos/network/network_state_notifier.h
|
| index 057a7aa15e0cdce7e5fffbf3119534fa88f28670..209f3e492979a2a985d97e9a1af838403cbe3819 100644
|
| --- a/ui/chromeos/network/network_state_notifier.h
|
| +++ b/ui/chromeos/network/network_state_notifier.h
|
| @@ -5,12 +5,12 @@
|
| #ifndef UI_CHROMEOS_NETWORK_NETWORK_STATE_NOTIFIER_H_
|
| #define UI_CHROMEOS_NETWORK_NETWORK_STATE_NOTIFIER_H_
|
|
|
| +#include <memory>
|
| #include <set>
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
| #include "chromeos/network/network_connection_observer.h"
|
| @@ -83,7 +83,7 @@ class UI_CHROMEOS_EXPORT NetworkStateNotifier
|
| const std::string& error_name,
|
| const std::string& service_path,
|
| const std::string& shill_connect_error,
|
| - scoped_ptr<base::DictionaryValue> shill_error_data);
|
| + std::unique_ptr<base::DictionaryValue> shill_error_data);
|
| void ShowConnectErrorNotification(
|
| const std::string& error_name,
|
| const std::string& service_path,
|
|
|