Avi Drissman | e4622aa | 2022-09-08 20:36:06 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors |
[email protected] | b2e9729 | 2008-09-02 18:20:34 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
[email protected] | 59e69e74 | 2013-06-18 20:27:52 | [diff] [blame] | 5 | #ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_DEFAULT_H_ |
6 | #define BASE_MESSAGE_LOOP_MESSAGE_PUMP_DEFAULT_H_ | ||||
[email protected] | b2e9729 | 2008-09-02 18:20:34 | [diff] [blame] | 7 | |
[email protected] | 32857c0 | 2014-06-25 17:40:57 | [diff] [blame] | 8 | #include "base/base_export.h" |
[email protected] | 59e69e74 | 2013-06-18 20:27:52 | [diff] [blame] | 9 | #include "base/message_loop/message_pump.h" |
[email protected] | 9bf0b36 | 2013-06-14 23:15:32 | [diff] [blame] | 10 | #include "base/synchronization/waitable_event.h" |
[email protected] | 99084f6 | 2013-06-28 00:49:07 | [diff] [blame] | 11 | #include "base/time/time.h" |
Robert Sesek | d5ebd4b | 2017-09-22 23:09:07 | [diff] [blame] | 12 | #include "build/build_config.h" |
[email protected] | b2e9729 | 2008-09-02 18:20:34 | [diff] [blame] |