summaryrefslogtreecommitdiffstats
path: root/chromeos/dbus/image_burner_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/dbus/image_burner_client.h')
-rw-r--r--chromeos/dbus/image_burner_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/dbus/image_burner_client.h b/chromeos/dbus/image_burner_client.h
index bbd0616..0c3f573f 100644
--- a/chromeos/dbus/image_burner_client.h
+++ b/chromeos/dbus/image_burner_client.h
@@ -19,7 +19,7 @@ namespace chromeos {
// initializes the DBusThreadManager instance.
class CHROMEOS_EXPORT ImageBurnerClient : public DBusClient {
public:
- virtual ~ImageBurnerClient();
+ ~ImageBurnerClient() override;
// A callback to be called when DBus method call fails.
typedef base::Callback<void()> ErrorCallback;