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 9884c2be36af184ffa9d222b14217aaa7e81c86c..056b086c293bff436213b03959957c12c0dd9288 100644 |
--- a/content/public/test/render_widget_test.h |
+++ b/content/public/test/render_widget_test.h |
@@ -54,7 +54,7 @@ class RenderWidgetTest : public RenderViewTest { |
// FilePath tmp_path; |
// file_util::CreateTemporaryFile(&tmp_path); |
// OutputBitmapToFile(bitmap, tmp_path); |
- // LOG(INFO) << "Bitmap image stored at: " << tmp_path.value(); |
+ // VLOG(0) << "Bitmap image stored at: " << tmp_path.value(); |
void OutputBitmapToFile(const SkBitmap& bitmap, |
const base::FilePath& file_path); |
}; |