| Index: chrome/browser/resources/tracing/sorted_array_utils.js
 | 
| diff --git a/chrome/browser/resources/gpu_internals/sorted_array_utils.js b/chrome/browser/resources/tracing/sorted_array_utils.js
 | 
| similarity index 99%
 | 
| rename from chrome/browser/resources/gpu_internals/sorted_array_utils.js
 | 
| rename to chrome/browser/resources/tracing/sorted_array_utils.js
 | 
| index b99d3699c507fcbf1c88652c7766c7db900ac429..6aac23adf2fe760a3a4213bac0c2a4849c32d457 100644
 | 
| --- a/chrome/browser/resources/gpu_internals/sorted_array_utils.js
 | 
| +++ b/chrome/browser/resources/tracing/sorted_array_utils.js
 | 
| @@ -8,7 +8,7 @@
 | 
|   * over sorted arrays and intervals.
 | 
|   *
 | 
|   */
 | 
| -cr.define('gpu', function() {
 | 
| +cr.define('tracing', function() {
 | 
|    /**
 | 
|     * Finds the first index in the array whose value is >= loVal.
 | 
|     *
 | 
| 
 |