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