| Index: chrome/profiling/memlog_receiver_pipe_server.h
|
| diff --git a/chrome/profiling/memlog_receiver_pipe_server.h b/chrome/profiling/memlog_receiver_pipe_server.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5ef925ac3b74d8206f86e39615e4b45fa2e6ec81
|
| --- /dev/null
|
| +++ b/chrome/profiling/memlog_receiver_pipe_server.h
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CHROME_PROFILING_MEMLOG_RECEIVER_PIPE_SERVER_H_
|
| +#define CHROME_PROFILING_MEMLOG_RECEIVER_PIPE_SERVER_H_
|
| +
|
| +#include "build/build_config.h"
|
| +
|
| +#if defined(OS_WIN)
|
| +#include "memlog_receiver_pipe_server_win.h"
|
| +#endif
|
| +
|
| +#endif // CHROME_PROFILING_MEMLOG_RECEIVER_PIPE_SERVER_H_
|
|
|