Chromium Code Reviews| Index: content/test/gpu/gpu_test_expectations_parser.cc |
| diff --git a/content/test/gpu/gpu_test_expectations_parser.cc b/content/test/gpu/gpu_test_expectations_parser.cc |
| index 8caedc74ee078dba8ef35d063b110a5f02e568c4..9c2c3337c6001b9457ffeb1edbe2e83b0cb5d5e2 100644 |
| --- a/content/test/gpu/gpu_test_expectations_parser.cc |
| +++ b/content/test/gpu/gpu_test_expectations_parser.cc |
| @@ -501,7 +501,7 @@ bool GPUTestExpectationsParser::GetExpectationsPath( |
| case kWebGLConformanceTest: |
| rt = PathService::Get(base::DIR_SOURCE_ROOT, path); |
| if (rt) { |
| - *path = path->Append(FILE_PATH_LITERAL("chrome")) |
| + *path = path->Append(FILE_PATH_LITERAL("content")) |
|
Zhenyao Mo
2012/09/19 18:19:37
Since we switch to use the content side version of
yongsheng
2012/09/20 01:55:06
ok, i'll do it.
|
| .Append(FILE_PATH_LITERAL("test")) |
| .Append(FILE_PATH_LITERAL("gpu")) |
|
jam
2012/09/19 19:52:40
test data is normally put under content/test/data.
yongsheng
2012/09/20 01:55:06
yes, i agree with you. Zheyao, if you agree with t
|
| .Append(FILE_PATH_LITERAL( |