| Index: chrome/browser/resources/settings/printing_page/cups_printers.js
 | 
| diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.js b/chrome/browser/resources/settings/printing_page/cups_printers.js
 | 
| similarity index 78%
 | 
| copy from chrome/browser/resources/chromeos/login/oobe_dialog.js
 | 
| copy to chrome/browser/resources/settings/printing_page/cups_printers.js
 | 
| index 8dd5bc358d48fe88f4542472e42ed30e5eaa7dbc..7472b1f0d9a0dc654bf4f187ac8631d5a6b2a3fc 100644
 | 
| --- a/chrome/browser/resources/chromeos/login/oobe_dialog.js
 | 
| +++ b/chrome/browser/resources/settings/printing_page/cups_printers.js
 | 
| @@ -2,4 +2,6 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -Polymer({is: 'oobe-dialog'});
 | 
| +Polymer({
 | 
| +  is: 'settings-cups-printers',
 | 
| +});
 | 
| 
 |