Chromium Code Reviews| Index: ash/test/ash_test_environment.h |
| diff --git a/ash/test/ash_test_environment.h b/ash/test/ash_test_environment.h |
| index a763936066dc2f60d89538fcafb8addad5cfa057..3993e9e79a984138f48854d66793fe11235cff26 100644 |
| --- a/ash/test/ash_test_environment.h |
| +++ b/ash/test/ash_test_environment.h |
| @@ -6,6 +6,7 @@ |
| #define ASH_TEST_ASH_TEST_ENVIRONMENT_H_ |
| #include <memory> |
| +#include <string> |
| namespace base { |
| class SequencedWorkerPool; |
| @@ -34,6 +35,9 @@ class AshTestEnvironment { |
| // Creates the object appropriate to the current environment. |
| static std::unique_ptr<AshTestEnvironment> Create(); |
| + // Returns the ascii file name of where the 100% resources are stored at. |
|
msw
2016/09/06 23:30:02
nit: 'ASCII', and remove 'at' for "are stored."
sky
2016/09/06 23:47:32
Done.
|
| + static std::string Get100PercentResourceFileName(); |
| + |
| // Called from AshTestHelper::SetUp()/TearDown(). |
| virtual void SetUp() {} |
| virtual void TearDown() {} |