| Index: components/test_runner/helper/layout_test_helper_mac.mm
|
| diff --git a/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm b/components/test_runner/helper/layout_test_helper_mac.mm
|
| similarity index 99%
|
| rename from content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
|
| rename to components/test_runner/helper/layout_test_helper_mac.mm
|
| index 1a54676a4260e874f04ff034cda5448703206d2f..b787cdcab16760ffdaf690eb6e545cb3194fbdb6 100644
|
| --- a/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
|
| +++ b/components/test_runner/helper/layout_test_helper_mac.mm
|
| @@ -176,7 +176,8 @@ void InstallLayoutTestColorProfile() {
|
| CMGetProfileByAVID((CMDisplayIDType)kCGDirectMainDisplay, &profile);
|
| if (!error) {
|
| UInt32 size = sizeof(initial_color_profile_location);
|
| - error = NCMGetProfileLocation(profile, &initial_color_profile_location, &size);
|
| + error =
|
| + NCMGetProfileLocation(profile, &initial_color_profile_location, &size);
|
| CMCloseProfile(profile);
|
| }
|
| if (error) {
|
|
|