| 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..d803408e6c39f0cbee34cf0bba3c7a88f3ccc556 100644
|
| --- a/chrome/common/extensions/manifest_tests/extension_manifest_test.h
|
| +++ b/chrome/common/extensions/manifest_tests/extension_manifest_test.h
|
| @@ -13,14 +13,13 @@
|
| #include "chrome/common/extensions/manifest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace errors = extension_manifest_errors;
|
| -namespace keys = extension_manifest_keys;
|
| -
|
| class ExtensionManifestTest : public testing::Test {
|
| public:
|
| 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,
|
|
|