| Index: chrome/common/profiling/memlog_sender.h
|
| diff --git a/chrome/common/profiling/memlog_sender.h b/chrome/common/profiling/memlog_sender.h
|
| index cda630f3e480e448901768a24aacf82f8eb409ee..bb4b50955d98ebcd816c624f36d489cdfceb0036 100644
|
| --- a/chrome/common/profiling/memlog_sender.h
|
| +++ b/chrome/common/profiling/memlog_sender.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
|
| #define CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
|
|
|
| +#include <string>
|
| +
|
| namespace base {
|
|
|
| class CommandLine;
|
| @@ -15,6 +17,8 @@ namespace profiling {
|
|
|
| void InitMemlogSenderIfNecessary(const base::CommandLine& cmdline);
|
|
|
| +void StartMemlogSender(const std::string& pipe_id);
|
| +
|
| } // namespace profiling
|
|
|
| #endif // CHROME_COMMON_PROFILING_MEMLOG_SENDER_H_
|
|
|