| Index: chrome/test/data/webui/print_preview/native_layer_stub.js
|
| diff --git a/chrome/test/data/webui/print_preview/native_layer_stub.js b/chrome/test/data/webui/print_preview/native_layer_stub.js
|
| index 92f9f29e15bce49e8e81b90e8cdf97e6e48b2133..d8bbe85b4d53bf5c99efd7e8fea9459b2a2ab67e 100644
|
| --- a/chrome/test/data/webui/print_preview/native_layer_stub.js
|
| +++ b/chrome/test/data/webui/print_preview/native_layer_stub.js
|
| @@ -6,10 +6,10 @@ cr.define('print_preview', function() {
|
| /**
|
| * Test version of the native layer.
|
| * @constructor
|
| - * @extends {settings.TestBrowserProxy}
|
| + * @extends {test.TestBrowserProxy}
|
| */
|
| function NativeLayerStub() {
|
| - settings.TestBrowserProxy.call(this, [
|
| + test.TestBrowserProxy.call(this, [
|
| 'getInitialSettings', 'getPrinters', 'setupPrinter' ]);
|
|
|
| /**
|
| @@ -65,7 +65,7 @@ cr.define('print_preview', function() {
|
| }
|
|
|
| NativeLayerStub.prototype = {
|
| - __proto__: settings.TestBrowserProxy.prototype,
|
| + __proto__: test.TestBrowserProxy.prototype,
|
|
|
| /** @override */
|
| getInitialSettings: function() {
|
|
|