| Index: chromeos/dbus/shill_client_helper.h
 | 
| diff --git a/chromeos/dbus/shill_client_helper.h b/chromeos/dbus/shill_client_helper.h
 | 
| index 1ad3b86281d3a06298dd881c7c1be5f98a76e4ea..a049b7dcef94383832f7eddb1bcccfe2705503ee 100644
 | 
| --- a/chromeos/dbus/shill_client_helper.h
 | 
| +++ b/chromeos/dbus/shill_client_helper.h
 | 
| @@ -113,9 +113,6 @@ class ShillClientHelper {
 | 
|    // DEPRECATED DO NOT USE: Calls a method without results.
 | 
|    bool CallVoidMethodAndBlock(dbus::MethodCall* method_call);
 | 
|  
 | 
| -  // DEPRECATED DO NOT USE: Calls a method with an object path result.
 | 
| -  dbus::ObjectPath CallObjectPathMethodAndBlock(dbus::MethodCall* method_call);
 | 
| -
 | 
|    // DEPRECATED DO NOT USE: Calls a method with a dictionary value result.
 | 
|    // The caller is responsible to delete the result.
 | 
|    // This method returns NULL when method call fails.
 | 
| 
 |