| Index: chromeos/network/managed_state.h
|
| diff --git a/chromeos/network/managed_state.h b/chromeos/network/managed_state.h
|
| index 5fc39e0b4f258b970cf0e448d084f3bb344ea220..d33aa8b731461d540f628b93b26cfa0261db227f 100644
|
| --- a/chromeos/network/managed_state.h
|
| +++ b/chromeos/network/managed_state.h
|
| @@ -65,7 +65,7 @@ class CHROMEOS_EXPORT ManagedState {
|
| // type. See implementations for which properties are included.
|
| virtual void GetStateProperties(base::DictionaryValue* dictionary) const;
|
|
|
| - const ManagedType managed_type() const { return managed_type_; }
|
| + ManagedType managed_type() const { return managed_type_; }
|
| const std::string& path() const { return path_; }
|
| const std::string& name() const { return name_; }
|
| const std::string& type() const { return type_; }
|
|
|