| 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 cc87090aa96d02f210e58cda4b26bae5ca5c966c..7a71cdd51637ad5003b1a366a7adcc12d2dba1aa 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;
|
| + virtual base::FilePath GetTestDataDir() override;
|
|
|
| private:
|
| // Force the manifest tests to run as though they are on trunk, since several
|
|
|