| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 0107ded07a441515b5d49eb76afabf223b13bb4c..3f981ddc9c333d4f23803857c9ab4321b90d9e6f 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -514,7 +514,7 @@ void SetDeviceColorProfile(
|
| RenderView* render_view, const gfx::ICCProfile& icc_profile) {
|
| static_cast<RenderViewImpl*>(render_view)
|
| ->GetWidget()
|
| - ->SetDeviceColorProfileForTesting(icc_profile.GetData());
|
| + ->SetDeviceColorProfileForTesting(icc_profile);
|
| }
|
|
|
| void SetTestBluetoothScanDuration() {
|
|
|