Index: chrome/test/data/extensions/api_test/file_system_provider/mime_type/test.js |
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mime_type/test.js b/chrome/test/data/extensions/api_test/file_system_provider/mime_type/test.js |
index a234084adb63b67cef485e9992f94f0a89bad699..336e89e35489d29d2740730b2230a927bbd75b87 100644 |
--- a/chrome/test/data/extensions/api_test/file_system_provider/mime_type/test.js |
+++ b/chrome/test/data/extensions/api_test/file_system_provider/mime_type/test.js |
@@ -69,7 +69,7 @@ function runTests() { |
function(tasks) { |
chrome.test.assertEq(1, tasks.length); |
chrome.test.assertEq( |
- 'ddammdhioacbehjngdmkjcjbnfginlla|app|magic_handler', |
+ 'pkplfbidichfdicaijlchgnapepdginl|app|magic_handler', |
tasks[0].taskId); |
onSuccess(); |
}); |
@@ -89,7 +89,7 @@ function runTests() { |
function(tasks) { |
chrome.test.assertEq(1, tasks.length); |
chrome.test.assertEq( |
- 'ddammdhioacbehjngdmkjcjbnfginlla|app|magic_handler', |
+ 'pkplfbidichfdicaijlchgnapepdginl|app|magic_handler', |
tasks[0].taskId); |
var onLaunched = function(event) { |
chrome.test.assertTrue(!!event); |