| Index: content/public/test/content_test_suite_base.h
|
| diff --git a/content/public/test/content_test_suite_base.h b/content/public/test/content_test_suite_base.h
|
| index ee85d4851fd909741a063293815b0378066c4211..dcbd085425dbf62362a531276b1e27e055d6ac7a 100644
|
| --- a/content/public/test/content_test_suite_base.h
|
| +++ b/content/public/test/content_test_suite_base.h
|
| @@ -19,7 +19,7 @@ class ContentTestSuiteBase : public base::TestSuite {
|
| protected:
|
| ContentTestSuiteBase(int argc, char** argv);
|
|
|
| - virtual void Initialize() override;
|
| + void Initialize() override;
|
|
|
| // The methods below are for unit test setup.
|
|
|
|
|