| Index: chromeos/dbus/shill_service_client.h
|
| diff --git a/chromeos/dbus/shill_service_client.h b/chromeos/dbus/shill_service_client.h
|
| index 05713be8b7f3725aea13dcdaf8dddd9aab8439a4..1a96fa4603a4d4c2ec3766989835b3ff372cb18d 100644
|
| --- a/chromeos/dbus/shill_service_client.h
|
| +++ b/chromeos/dbus/shill_service_client.h
|
| @@ -64,7 +64,7 @@ class CHROMEOS_EXPORT ShillServiceClient {
|
| virtual void ClearServices() = 0;
|
|
|
| protected:
|
| - ~TestInterface() {}
|
| + virtual ~TestInterface() {}
|
| };
|
| virtual ~ShillServiceClient();
|
|
|
|
|