| Index: chrome/common/extensions/manifest_tests/extension_manifest_test.h
|
| diff --git a/chrome/common/extensions/manifest_tests/extension_manifest_test.h b/chrome/common/extensions/manifest_tests/extension_manifest_test.h
|
| index b1c330d1caf2b58d8e66173bd435ffe9e45d655d..441edde2ae1c01241487699a8b3f41bbe8051fda 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifest_test.h
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.h
|
| @@ -21,6 +21,8 @@ class ExtensionManifestTest : public testing::Test {
|
| ExtensionManifestTest();
|
|
|
| protected:
|
| + virtual void SetUp() OVERRIDE;
|
| +
|
| // If filename is a relative path, LoadManifestFile will treat it relative to
|
| // the appropriate test directory.
|
| static DictionaryValue* LoadManifestFile(const std::string& filename,
|
|
|