Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6211)

Unified Diff: chrome/browser/resources/ntp4/trash.js

Issue 8423055: [Aura] Initial app list webui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove grabber.js Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
},
/**
« no previous file with comments | « chrome/browser/resources/ntp4/touch_handler.js ('k') | chrome/browser/resources/shared/js/cr/ui/card_slider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698