| Index: chrome/browser/resources/ntp4/trash.js
|
| diff --git a/chrome/browser/resources/ntp4/trash.js b/chrome/browser/resources/ntp4/trash.js
|
| index 731fd2849ba1042ac8c589db6c957c4a83e08d50..ae4180c0a1c4fed7b0ca845391bdf4b87c622a3c 100644
|
| --- a/chrome/browser/resources/ntp4/trash.js
|
| +++ b/chrome/browser/resources/ntp4/trash.js
|
| @@ -20,7 +20,7 @@ cr.define('ntp4', function() {
|
| __proto__: HTMLDivElement.prototype,
|
|
|
| initialize: function(element) {
|
| - this.dragWrapper_ = new DragWrapper(this, this);
|
| + this.dragWrapper_ = new cr.ui.DragWrapper(this, this);
|
| },
|
|
|
| /**
|
|
|