| Index: DEPS
 | 
| diff --git a/DEPS b/DEPS
 | 
| index 6e86ac1df3e5696d45b4987aab60201eaf7d6386..16ced94d65144668984eb6d3c0f203b9120c550b 100644
 | 
| --- a/DEPS
 | 
| +++ b/DEPS
 | 
| @@ -318,11 +318,11 @@ hooks = [
 | 
|      ],
 | 
|    },
 | 
|    # Pull the prebuilt network service binaries according to
 | 
| -  # services/network/VERSION.
 | 
| +  # mojo/public/tools/NETWORK_SERVICE_VERSION.
 | 
|    {
 | 
|      'name': 'download_network_service',
 | 
|      'pattern': '',
 | 
| -    'action': [ 'python', 'src/mojo/services/network/download_network_service.py' ],
 | 
| +    'action': [ 'python', 'src/mojo/public/tools/download_network_service.py' ],
 | 
|    },
 | 
|    {
 | 
|      # Ensure that we don't accidentally reference any .pyc files whose
 | 
| 
 |