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

Unified Diff: chrome/browser/resources/shared/js/cr/ui/autocomplete_list.js

Issue 9168026: Move autocomplete_list.js from options and options2 to shared/js (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright year 2012 Created 8 years, 11 months 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
« no previous file with comments | « chrome/browser/resources/options2/startup_overlay.js ('k') | chrome/browser/resources/shared_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/resources/options2/startup_overlay.js ('k') | chrome/browser/resources/shared_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698