| Index: chrome/common/extensions/manifest_tests/chrome_manifest_test.h
|
| diff --git a/chrome/common/extensions/manifest_tests/chrome_manifest_test.h b/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
|
| index 7a71cdd51637ad5003b1a366a7adcc12d2dba1aa..0de34d4fc9beb77bb59a0576435730fca96360f2 100644
|
| --- a/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
|
| +++ b/chrome/common/extensions/manifest_tests/chrome_manifest_test.h
|
| @@ -18,7 +18,7 @@ class ChromeManifestTest : public extensions::ManifestTest {
|
| virtual ~ChromeManifestTest();
|
|
|
| // ManifestTest overrides:
|
| - virtual base::FilePath GetTestDataDir() override;
|
| + base::FilePath GetTestDataDir() override;
|
|
|
| private:
|
| // Force the manifest tests to run as though they are on trunk, since several
|
|
|