Move XHRProxy code to the xhrInterceptor folder

Change-Id: I2d2e9a4b4c43b1ed75ed500ba202283e8f3b16b7
diff --git a/webpack.config.js b/webpack.config.js
index 619237e..4f4a849 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -51,7 +51,7 @@
     // Injected JS
     profileIndicatorInject: './src/injections/profileIndicator.js',
     batchLockInject: './src/injections/batchLock.js',
-    xhrInterceptorInject: './src/injections/xhrInterceptor.js',
+    xhrInterceptorInject: './src/injections/xhrProxy.js',
     extraInfoInject: './src/injections/extraInfo.js',
     workflowComponentsInject: './src/injections/workflowComponentsInject.js',