| Index: chromeos/dbus/dbus_thread_manager.h
 | 
| diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
 | 
| index 6a2856d4cb239bf979117c792722ce9e1092826b..781eaec84d4fddb29a21ad68c5839ae8261223e9 100644
 | 
| --- a/chromeos/dbus/dbus_thread_manager.h
 | 
| +++ b/chromeos/dbus/dbus_thread_manager.h
 | 
| @@ -59,6 +59,7 @@ class ShillIPConfigClient;
 | 
|  class ShillManagerClient;
 | 
|  class ShillProfileClient;
 | 
|  class ShillServiceClient;
 | 
| +class ShillThirdPartyVpnDriverClient;
 | 
|  class SMSClient;
 | 
|  class SystemClockClient;
 | 
|  class UpdateEngineClient;
 | 
| @@ -146,6 +147,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
 | 
|    ShillManagerClient* GetShillManagerClient();
 | 
|    ShillServiceClient* GetShillServiceClient();
 | 
|    ShillProfileClient* GetShillProfileClient();
 | 
| +  ShillThirdPartyVpnDriverClient* GetShillThirdPartyVpnDriverClient();
 | 
|    SMSClient* GetSMSClient();
 | 
|    SystemClockClient* GetSystemClockClient();
 | 
|    UpdateEngineClient* GetUpdateEngineClient();
 | 
| 
 |