| Index: remoting/webapp/unittests/chrome_mocks.js
|
| diff --git a/remoting/webapp/unittests/chrome_mocks.js b/remoting/webapp/unittests/chrome_mocks.js
|
| index 827cdf5c84d037424e98b66a0385f1d2d0ecfb8f..6bdd7b5c15011b482c99174bce5f1fe9995a9eb6 100644
|
| --- a/remoting/webapp/unittests/chrome_mocks.js
|
| +++ b/remoting/webapp/unittests/chrome_mocks.js
|
| @@ -118,7 +118,7 @@ var originals_ = null;
|
|
|
| /**
|
| * Activates a list of Chrome components to mock
|
| - * @param {Array.<string>} components
|
| + * @param {Array<string>} components
|
| */
|
| chromeMocks.activate = function(components) {
|
| if (originals_) {
|
|
|