summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/shill_ipconfig_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/shill_ipconfig_client.h')
-rw-r--r--chromeos/dbus/shill_ipconfig_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/shill_ipconfig_client.h b/chromeos/dbus/shill_ipconfig_client.h
index 379d8e9..8461380 100644
--- a/chromeos/dbus/shill_ipconfig_client.h
+++ b/chromeos/dbus/shill_ipconfig_client.h
@@ -48,7 +48,7 @@ class CHROMEOS_EXPORT ShillIPConfigClient : public DBusClient {
virtual ~TestInterface() {}
};
- virtual ~ShillIPConfigClient();
+ ~ShillIPConfigClient() override;
// Factory function, creates a new instance which is owned by the caller.
// For normal usage, access the singleton via DBusThreadManager::Get().