| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
 | 
| index 586688091b4ba5592f0bd019c5c7ef5fc6029171..21ec462f79e8b14d032344e986a6c220a44cbe6a 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js
 | 
| @@ -113,7 +113,7 @@ Network.NetworkConfigView = class extends UI.VBox {
 | 
|  
 | 
|    _createNetworkThrottlingSection() {
 | 
|      var section = this._createSection(Common.UIString('Network throttling'), 'network-config-throttling');
 | 
| -    Components.NetworkConditionsSelector.decorateSelect(
 | 
| +    NetworkConditions.NetworkConditionsSelector.decorateSelect(
 | 
|          /** @type {!HTMLSelectElement} */ (section.createChild('select', 'chrome-select')));
 | 
|    }
 | 
|  
 | 
| 
 |