| Index: extensions/common/manifest_test.h
|
| diff --git a/extensions/common/manifest_test.h b/extensions/common/manifest_test.h
|
| index be6a5ff52044661bb4ecf081826a92417563a0f5..347c6106ef544f8172b1dc3342cc50afb2ef3130 100644
|
| --- a/extensions/common/manifest_test.h
|
| +++ b/extensions/common/manifest_test.h
|
| @@ -53,7 +53,7 @@ class ManifestTest : public testing::Test {
|
|
|
| const std::string& name() const { return name_; };
|
|
|
| - base::DictionaryValue* GetManifest(base::FilePath manifest_path,
|
| + base::DictionaryValue* GetManifest(const base::FilePath& manifest_path,
|
| std::string* error) const;
|
|
|
| private:
|
|
|