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

Unified Diff: util/test/scoped_temp_dir.h

Issue 913273002: win: Implementation of CrashReportDatabase for Windows (for C++ Windows readability review) (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: better unlink checks Created 5 years, 10 months 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 | « util/misc/uuid.cc ('k') | util/test/scoped_temp_dir_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/scoped_temp_dir.h
diff --git a/util/test/scoped_temp_dir.h b/util/test/scoped_temp_dir.h
index 1851a0a5ecf16dbb2bfde2d08f673345c9d3890e..df9a4b7b8c4f5f71aebe6b592ab292b8756e2772 100644
--- a/util/test/scoped_temp_dir.h
+++ b/util/test/scoped_temp_dir.h
@@ -36,7 +36,7 @@ class ScopedTempDir {
//! \return The temporary directory path.
const base::FilePath& path() const { return path_; }
- //! \brief Move the temporary directory to a new temporary location.
+ //! \brief Moves the temporary directory to a new temporary location.
void Rename();
private:
« no previous file with comments | « util/misc/uuid.cc ('k') | util/test/scoped_temp_dir_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698