summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_manager_client_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/shill_manager_client_stub.h')
-rw-r--r--chromeos/dbus/shill_manager_client_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_manager_client_stub.h b/chromeos/dbus/shill_manager_client_stub.h
index 1eb666d..eebea36 100644
--- a/chromeos/dbus/shill_manager_client_stub.h
+++ b/chromeos/dbus/shill_manager_client_stub.h
@@ -98,9 +98,9 @@ class ShillManagerClientStub : public ShillManagerClient,
virtual void RemoveService(const std::string& service_path) OVERRIDE;
virtual void AddTechnology(const std::string& type, bool enabled) OVERRIDE;
virtual void RemoveTechnology(const std::string& type) OVERRIDE;
- virtual void ClearProperties() OVERRIDE;
virtual void AddGeoNetwork(const std::string& technology,
const base::DictionaryValue& network) OVERRIDE;
+ virtual void ClearProperties() OVERRIDE;
private:
void AddServiceToWatchList(const std::string& service_path);