watchable_io_message_pump_posix.cc 533 B

12345678910111213141516
  1. // Copyright 2018 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "base/message_loop/watchable_io_message_pump_posix.h"
  5. namespace base {
  6. WatchableIOMessagePumpPosix::FdWatchControllerInterface::
  7. FdWatchControllerInterface(const Location& from_here)
  8. : created_from_location_(from_here) {}
  9. WatchableIOMessagePumpPosix::FdWatchControllerInterface::
  10. ~FdWatchControllerInterface() = default;
  11. } // namespace base