| Index: content/browser/storage_partition_impl.h | 
| diff --git a/content/browser/storage_partition_impl.h b/content/browser/storage_partition_impl.h | 
| index a0df88a7ff3426333ea0f84e7d7d8f5aed271f17..5c5258fc5f5071f147762f0bde94c3e699fcdd0f 100644 | 
| --- a/content/browser/storage_partition_impl.h | 
| +++ b/content/browser/storage_partition_impl.h | 
| @@ -73,6 +73,7 @@ class CONTENT_EXPORT  StoragePartitionImpl | 
| base::FilePath GetPath() override; | 
| net::URLRequestContextGetter* GetURLRequestContext() override; | 
| net::URLRequestContextGetter* GetMediaURLRequestContext() override; | 
| +  mojom::NetworkContext* GetNetworkContext() override; | 
| storage::QuotaManager* GetQuotaManager() override; | 
| ChromeAppCacheService* GetAppCacheService() override; | 
| storage::FileSystemContext* GetFileSystemContext() override; | 
| @@ -127,10 +128,6 @@ class CONTENT_EXPORT  StoragePartitionImpl | 
| const url::Origin& origin, | 
| mojo::InterfaceRequest<mojom::LevelDBWrapper> request) override; | 
|  | 
| -  // Returns the NetworkContext associated with this storage partition. Only | 
| -  // used when the network service is enabled. | 
| -  mojom::NetworkContext* network_context() { return network_context_.get(); } | 
| - | 
| scoped_refptr<URLLoaderFactoryGetter> url_loader_factory_getter() { | 
| return url_loader_factory_getter_; | 
| } | 
|  |