Index: chrome/test/data/extensions/pending_updates_with_imports/Preferences |
diff --git a/chrome/test/data/extensions/pending_updates_with_imports/Preferences b/chrome/test/data/extensions/pending_updates_with_imports/Preferences |
index 73d32da136ecd5ae492db07ed7ef090200d2afd7..f51251aaa2a8e2fb57cfef21fd9c14aee2c42e50 100644 |
--- a/chrome/test/data/extensions/pending_updates_with_imports/Preferences |
+++ b/chrome/test/data/extensions/pending_updates_with_imports/Preferences |
@@ -35,9 +35,11 @@ |
"version": "2", |
"manifest_version": 2, |
"name": "My extension 2", |
- "export": [ |
- "*" |
- ], |
+ "export": { |
+ "resources": [ |
+ "*" |
+ ] |
+ }, |
"background": { |
"page": "background.html" |
} |