| Index: snapshot/test/test_process_snapshot.h
 | 
| diff --git a/snapshot/test/test_process_snapshot.h b/snapshot/test/test_process_snapshot.h
 | 
| index 361559f59cfa3747fadb932954893fd4f0a19b54..a30d82a3eeb4d2063ee215ed108d8d5078dd884b 100644
 | 
| --- a/snapshot/test/test_process_snapshot.h
 | 
| +++ b/snapshot/test/test_process_snapshot.h
 | 
| @@ -98,8 +98,9 @@ class TestProcessSnapshot final : public ProcessSnapshot {
 | 
|  
 | 
|    //! \brief Add a memory snapshot to be returned by ExtraMemory().
 | 
|    //!
 | 
| -  //! \param[in] peb The memory snapshot that will be included in ExtraMemory().
 | 
| -  //!     The TestProcessSnapshot object takes ownership of \a extra_memory.
 | 
| +  //! \param[in] extra_memory The memory snapshot that will be included in
 | 
| +  //!     ExtraMemory(). The TestProcessSnapshot object takes ownership of \a
 | 
| +  //!     extra_memory.
 | 
|    void AddExtraMemory(scoped_ptr<MemorySnapshot> extra_memory) {
 | 
|      extra_memory_.push_back(extra_memory.release());
 | 
|    }
 | 
| 
 |