| Index: chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
|
| index d13e17642dec80466506bd940d56a597605b028d..2d4c28a14c4c8ed2b217d7828b2ada760cca6e0b 100644
|
| --- a/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/systeminfo/cpu/manifest.json
|
| @@ -6,7 +6,7 @@
|
| "permissions": ["experimental"],
|
| "app": {
|
| "background": {
|
| - "scripts": ["test_cpuinfo_api.js"]
|
| + "scripts": ["test_cpu_api.js"]
|
| }
|
| }
|
| }
|
|
|