| Index: chrome/common/extensions/command_unittest.cc
|
| diff --git a/chrome/common/extensions/command_unittest.cc b/chrome/common/extensions/command_unittest.cc
|
| index d5e489aa81942f2cb5c0179f6cd88c36b7e49ecd..5edc4ce21233c082323e69d3da67d63b4389e360 100644
|
| --- a/chrome/common/extensions/command_unittest.cc
|
| +++ b/chrome/common/extensions/command_unittest.cc
|
| @@ -32,7 +32,7 @@ typedef const struct {
|
| // |platform_specific_only| is true, only the latter is tested. |platforms|
|
| // specifies all platforms to use when populating the |suggested_key|
|
| // dictionary.
|
| -void CheckParse(ConstCommandsTestData data,
|
| +void CheckParse(const ConstCommandsTestData& data,
|
| int i,
|
| bool platform_specific_only,
|
| std::vector<std::string>& platforms) {
|
|
|