| Index: chrome/browser/resources/tracing/overlay.js
|
| diff --git a/chrome/browser/resources/gpu_internals/overlay.js b/chrome/browser/resources/tracing/overlay.js
|
| similarity index 99%
|
| rename from chrome/browser/resources/gpu_internals/overlay.js
|
| rename to chrome/browser/resources/tracing/overlay.js
|
| index 720065c52fa975b4f7f9f08344cefef377a3566d..d01cb45e5f47374b08cdcd65ec2cbb29a2bce24e 100644
|
| --- a/chrome/browser/resources/gpu_internals/overlay.js
|
| +++ b/chrome/browser/resources/tracing/overlay.js
|
| @@ -12,7 +12,7 @@
|
| * restores its original parentage.
|
| *
|
| */
|
| -cr.define('gpu', function() {
|
| +cr.define('tracing', function() {
|
| /**
|
| * Manages a full-window div that darkens the window, disables
|
| * input, and hosts the currently-visible overlays. You shouldn't
|
|
|