Index: chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js |
diff --git a/chrome/browser/resources/options/autocomplete_list.js b/chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js |
similarity index 99% |
rename from chrome/browser/resources/options/autocomplete_list.js |
rename to chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js |
index 13bd3959abd41a54a7e83be7aac74e3b55116b99..c137a014758e69515b53896ed1effbe5761c256f 100644 |
--- a/chrome/browser/resources/options/autocomplete_list.js |
+++ b/chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-cr.define('options', function() { |
+cr.define('cr.ui', function() { |
const ArrayDataModel = cr.ui.ArrayDataModel; |
const List = cr.ui.List; |
const ListItem = cr.ui.ListItem; |