| Index: chrome/test/ui/ppapi_uitest.cc
|
| ===================================================================
|
| --- chrome/test/ui/ppapi_uitest.cc (revision 64613)
|
| +++ chrome/test/ui/ppapi_uitest.cc (working copy)
|
| @@ -57,7 +57,6 @@
|
| void RunTest(const std::string& test_case) {
|
| FilePath test_path;
|
| PathService::Get(base::DIR_SOURCE_ROOT, &test_path);
|
| - test_path = test_path.Append(FILE_PATH_LITERAL("third_party"));
|
| test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
|
| test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
|
| test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
|
|
|