summaryrefslogtreecommitdiff
path: root/chromium/components/services/heap_profiling/receiver_pipe_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/services/heap_profiling/receiver_pipe_posix.h')
-rw-r--r--chromium/components/services/heap_profiling/receiver_pipe_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/services/heap_profiling/receiver_pipe_posix.h b/chromium/components/services/heap_profiling/receiver_pipe_posix.h
index f5eb08f9db2..30f0a2fde69 100644
--- a/chromium/components/services/heap_profiling/receiver_pipe_posix.h
+++ b/chromium/components/services/heap_profiling/receiver_pipe_posix.h
@@ -18,7 +18,7 @@ namespace heap_profiling {
class ReceiverPipe : public ReceiverPipeBase,
public base::MessagePumpForIO::FdWatcher {
public:
- explicit ReceiverPipe(mojo::edk::ScopedInternalPlatformHandle handle);
+ explicit ReceiverPipe(mojo::PlatformHandle handle);
// Must be called on the IO thread.
void StartReadingOnIOThread();