| Index: chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js b/chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
|
| similarity index 67%
|
| copy from chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
|
| copy to chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
|
| index ec7999afeabaac98adb6ad748c24277504461b4a..401a9c7c323bb27040332558de7bab1de3d591f4 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js
|
| @@ -3,8 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| /**
|
| - * @fileoverview Loads the options script.
|
| - *
|
| + * @fileoverview Loader for the background page.
|
| */
|
|
|
| -goog.require('cvox.OptionsPage');
|
| +goog.require('cvox2.Background');
|
|
|