| Index: chrome/test/data/extensions/api_test/tts/queue_interrupt/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/tts/queue_interrupt/test.js b/chrome/test/data/extensions/api_test/tts/queue_interrupt/test.js
|
| index c63c4b0cdb38fb1bfe403edda9b91fba0b7dd1b2..81648df13ac86bbe5114a013acfaf1ad7109cd5a 100644
|
| --- a/chrome/test/data/extensions/api_test/tts/queue_interrupt/test.js
|
| +++ b/chrome/test/data/extensions/api_test/tts/queue_interrupt/test.js
|
| @@ -9,7 +9,7 @@ chrome.test.runTests([
|
| function testQueueInterrupt() {
|
| // In this test, two utterances are queued, and then a third
|
| // interrupts. The first gets interrupted, the second never gets spoken
|
| - // at all. The test expectations in extension_tts_apitest.cc ensure that
|
| + // at all. The test expectations in tts_extension_apitest.cc ensure that
|
| // the first call to tts.speak keeps going until it's interrupted.
|
| var callbacks = 0;
|
| chrome.tts.speak(
|
|
|