| Index: third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js b/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
 | 
| index 3e7d8520348384ddfd441967052adfaa6fa5c7c8..bebb91a3e8ca832f058b4596b84d2a12cb18d0b7 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/ServiceWorkersView.js
 | 
| @@ -17,7 +17,7 @@ Resources.ServiceWorkersView = class extends UI.VBox {
 | 
|      /** @type {!Map<!SDK.ServiceWorkerRegistration, !Resources.ServiceWorkersView.Section>} */
 | 
|      this._sections = new Map();
 | 
|  
 | 
| -    this._toolbar.appendToolbarItem(Components.NetworkConditionsSelector.createOfflineToolbarCheckbox());
 | 
| +    this._toolbar.appendToolbarItem(NetworkConditions.NetworkConditionsSelector.createOfflineToolbarCheckbox());
 | 
|      var forceUpdate = new UI.ToolbarCheckbox(
 | 
|          Common.UIString('Update on reload'), Common.UIString('Force update Service Worker on page reload'),
 | 
|          Common.settings.createSetting('serviceWorkerUpdateOnReload', false));
 | 
| 
 |