| Index: gm/gm_expectations.cpp
 | 
| diff --git a/gm/gm_expectations.cpp b/gm/gm_expectations.cpp
 | 
| index 70890707cf12a00cdf17713ad4b9c95170606374..db6abdf404b6fd0c3827947d3b8c9bb0eea490e4 100644
 | 
| --- a/gm/gm_expectations.cpp
 | 
| +++ b/gm/gm_expectations.cpp
 | 
| @@ -194,7 +194,7 @@ namespace skiagm {
 | 
|      // IndividualImageExpectationsSource class...
 | 
|  
 | 
|      Expectations IndividualImageExpectationsSource::get(const char *testName) const {
 | 
| -        SkString path = SkOSPath::SkPathJoin(fRootDir.c_str(), testName);
 | 
| +        SkString path = SkOSPath::Join(fRootDir.c_str(), testName);
 | 
|          SkBitmap referenceBitmap;
 | 
|          bool decodedReferenceBitmap =
 | 
|              SkImageDecoder::DecodeFile(path.c_str(), &referenceBitmap, kN32_SkColorType,
 | 
| 
 |