Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: content/public/test/render_widget_test.h

Issue 99923002: Move temp file functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/sandbox_mac_fontloading_unittest.mm ('k') | content/public/test/test_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/common/sandbox_mac_fontloading_unittest.mm ('k') | content/public/test/test_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698