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 056b086c293bff436213b03959957c12c0dd9288..849719431c930e3df6834da3429f21289644ee15 100644 |
--- a/content/public/test/render_widget_test.h |
+++ b/content/public/test/render_widget_test.h |
@@ -52,7 +52,7 @@ class RenderWidgetTest : public RenderViewTest { |
// This can be used for debugging if you want to output a bitmap |
// image to a file. |
// FilePath tmp_path; |
- // file_util::CreateTemporaryFile(&tmp_path); |
+ // base::CreateTemporaryFile(&tmp_path); |
// OutputBitmapToFile(bitmap, tmp_path); |
// VLOG(0) << "Bitmap image stored at: " << tmp_path.value(); |
void OutputBitmapToFile(const SkBitmap& bitmap, |