| Index: chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
|
| index 4154e1e3d0f88a6ea502b4f106aa81dee176a061..bb71c4af2f2ef01605d43be2f1fdc1096cbcfcf4 100644
|
| --- a/chromeos/dbus/dbus_thread_manager.h
|
| +++ b/chromeos/dbus/dbus_thread_manager.h
|
| @@ -61,6 +61,7 @@ class ShillIPConfigClient;
|
| class ShillManagerClient;
|
| class ShillProfileClient;
|
| class ShillServiceClient;
|
| +class ShillThirdPartyVpnDriverClient;
|
| class SMSClient;
|
| class SystemClockClient;
|
| class UpdateEngineClient;
|
| @@ -150,6 +151,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
|
| ShillManagerClient* GetShillManagerClient();
|
| ShillServiceClient* GetShillServiceClient();
|
| ShillProfileClient* GetShillProfileClient();
|
| + ShillThirdPartyVpnDriverClient* GetShillThirdPartyVpnDriverClient();
|
| SMSClient* GetSMSClient();
|
| SystemClockClient* GetSystemClockClient();
|
| UpdateEngineClient* GetUpdateEngineClient();
|
|
|