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: |