| Index: chrome/test/data/extensions/api_test/file_browser/file_watcher_test/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/file_watcher_test/test.js b/chrome/test/data/extensions/api_test/file_browser/file_watcher_test/test.js
|
| index 55d16f996424fe71983358ebe68015c679919228..ac7f7c87b4b7562da82cc7015352e8e4c85bb0a7 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/file_watcher_test/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_browser/file_watcher_test/test.js
|
| @@ -28,7 +28,7 @@ function TestEventListener() {
|
| * Set of events that are expected to be triggered during the test. Each
|
| * object property represents one expected event.
|
| *
|
| - * @type {Object.<string, Object>}
|
| + * @type {Object<string, Object>}
|
| * @private
|
| */
|
| this.expectedEvents_ = {};
|
| @@ -37,7 +37,7 @@ function TestEventListener() {
|
| * List of fileManagerPrivate.onDirectoryChanged events received before file
|
| * system operation was done.
|
| *
|
| - * @type {Array.<Object>}
|
| + * @type {Array<Object>}
|
| * @private
|
| */
|
| this.eventQueue_ = [];
|
| @@ -219,7 +219,7 @@ function initTests(callback) {
|
| isOnDrive: false,
|
| /**
|
| * Set of entries that are being watched during the tests.
|
| - * @type {Object.<Entry>}
|
| + * @type {Object<Entry>}
|
| */
|
| entries: {},
|
| /**
|
|
|