Chromium Code Reviews| Index: chromeos/dbus/shill_manager_client.h |
| diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h |
| index 352614b6c726cf28dce3032d0a24bbfb9f18b33b..6aefeeba519f2298759d0b11475cbd3332ed1165 100644 |
| --- a/chromeos/dbus/shill_manager_client.h |
| +++ b/chromeos/dbus/shill_manager_client.h |
| @@ -52,7 +52,6 @@ class CHROMEOS_EXPORT ShillManagerClient { |
| virtual void RemoveTechnology(const std::string& type) = 0; |
| virtual void AddGeoNetwork(const std::string& technology, |
| const base::DictionaryValue& network) = 0; |
| - |
| // Used to reset all properties; does not notify observers. |
|
pneubeck (no reviews)
2013/03/28 10:37:54
keep the empty line (in front of comments)
gauravsh
2013/03/28 18:48:54
Done.
|
| virtual void ClearProperties() = 0; |