| Index: chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
|
| diff --git a/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js b/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
|
| index 1cc323b438e4ccd00a65916e81b1ee43b397c674..19f93e8e796fe03dfb127187d92a263b492fd54a 100644
|
| --- a/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
|
| +++ b/chrome/test/data/webui/md_bookmarks/dnd_manager_test.js
|
| @@ -100,7 +100,7 @@ suite('drag and drop', function() {
|
| list = app.$$('bookmarks-list');
|
| rootFolderNode = app.$$('bookmarks-folder-node');
|
| dndManager = app.dndManager_;
|
| - dndManager.disableTimeoutsForTesting();
|
| + dndManager.setTimerProxyForTesting(new bookmarks.TestTimerProxy());
|
| Polymer.dom.flush();
|
| });
|
|
|
|
|