Index: tools/cygprofile/cygprofile.h |
diff --git a/tools/cygprofile/cygprofile.h b/tools/cygprofile/cygprofile.h |
index 439f1e52cbc8ab24130c8d65661601c86d748b41..7b25acc644b4e7a10791dce6e1faae7938850dfa 100644 |
--- a/tools/cygprofile/cygprofile.h |
+++ b/tools/cygprofile/cygprofile.h |
@@ -156,7 +156,7 @@ class ThreadLogsManager { |
// Protects the state below. |
base::Lock lock_; |
std::unique_ptr<Thread> flush_thread_; |
- std::vector<ThreadLog*> logs_; |
+ std::vector<std::unique_ptr<ThreadLog>> logs_; |
DISALLOW_COPY_AND_ASSIGN(ThreadLogsManager); |
}; |