blob: bf918d9b9dd853aab567338ae3f1270a5895c7bc [file] [log] [blame]
Avi Drissmane4622aa2022-09-08 20:36:061// Copyright 2012 The Chromium Authors
[email protected]b2e97292008-09-02 18:20:342// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]59e69e742013-06-18 20:27:525#ifndef BASE_MESSAGE_LOOP_MESSAGE_PUMP_DEFAULT_H_
6#define BASE_MESSAGE_LOOP_MESSAGE_PUMP_DEFAULT_H_
[email protected]b2e97292008-09-02 18:20:347
[email protected]32857c02014-06-25 17:40:578#include "base/base_export.h"
[email protected]59e69e742013-06-18 20:27:529#include "base/message_loop/message_pump.h"
[email protected]9bf0b362013-06-14 23:15:3210#include "base/synchronization/waitable_event.h"
[email protected]99084f62013-06-28 00:49:0711#include "base/time/time.h"
Robert Sesekd5ebd4b2017-09-22 23:09:0712#include "build/build_config.h"
[email protected]b2e97292008-09-02 18:20:34