| Index: tools/grit/grit/gather/policy_json_unittest.py
|
| diff --git a/tools/grit/grit/gather/policy_json_unittest.py b/tools/grit/grit/gather/policy_json_unittest.py
|
| index 3df43a0c4ec66dca4b6fa6919afc150f6744adec..f443e430a5403cdeb57069082456f35cc0ff2da5 100644
|
| --- a/tools/grit/grit/gather/policy_json_unittest.py
|
| +++ b/tools/grit/grit/gather/policy_json_unittest.py
|
| @@ -39,10 +39,8 @@ class PolicyJsonUnittest(unittest.TestCase):
|
| " 'name': 'HomepageLocation',"
|
| " 'type': 'string',"
|
| " 'supported_on': ['chrome.*:8-'],"
|
| - " 'annotations': {"
|
| - " 'features': {'dynamic_refresh': 1},"
|
| - " 'example_value': 'http://chromium.org',"
|
| - " },"
|
| + " 'features': {'dynamic_refresh': 1},"
|
| + " 'example_value': 'http://chromium.org',"
|
| " 'caption': 'nothing special 1',"
|
| " 'desc': 'nothing special 2',"
|
| " 'label': 'nothing special 3',"
|
|
|