| Index: content/public/test/render_widget_test.h
|
| diff --git a/content/public/test/render_widget_test.h b/content/public/test/render_widget_test.h
|
| index 7b4719233e275021bcdfae8cc64f94b3bdd5ce15..d163ea1f4b1771126b3f5f300e20e6b439db95f9 100644
|
| --- a/content/public/test/render_widget_test.h
|
| +++ b/content/public/test/render_widget_test.h
|
| @@ -52,7 +52,8 @@ class RenderWidgetTest : public RenderViewTest {
|
| // file_util::CreateTemporaryFile(&tmp_path);
|
| // OutputBitmapToFile(bitmap, tmp_path);
|
| // LOG(INFO) << "Bitmap image stored at: " << tmp_path.value();
|
| - void OutputBitmapToFile(const SkBitmap& bitmap, const FilePath& file_path);
|
| + void OutputBitmapToFile(const SkBitmap& bitmap,
|
| + const base::FilePath& file_path);
|
| };
|
|
|
| } // namespace content
|
|
|