Index: chrome/browser/resources/options/browser_options.js |
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js |
index 294bb9d692723274d9b04c458b3244fce602ba6f..e161c15a27126f9417c13d1e041ccc232dc952bb 100644 |
--- a/chrome/browser/resources/options/browser_options.js |
+++ b/chrome/browser/resources/options/browser_options.js |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -137,7 +137,7 @@ cr.define('options', function() { |
this.updateCustomStartupPageControlStates_(); |
} |
- var suggestionList = new options.AutocompleteList(); |
+ var suggestionList = new cr.ui.AutocompleteList(); |
suggestionList.autoExpands = true; |
suggestionList.suggestionUpdateRequestCallback = |
this.requestAutocompleteSuggestions_.bind(this); |