blob: e5f0142633f07f857e8b49fe3984e58137657258 [file] [log] [blame]
[email protected]6b28d942012-02-15 01:43:191// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]d4799a32010-09-28 22:54:582// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]db9f0912013-03-29 19:22:515#include "base/message_loop/message_loop_proxy.h"
[email protected]d4799a32010-09-28 22:54:586
[email protected]c31af70db22011-08-18 23:13:017#include "base/bind.h"
8
[email protected]d4799a32010-09-28 22:54:589namespace base {
10
11MessageLoopProxy::MessageLoopProxy() {
12}
13
14MessageLoopProxy::~MessageLoopProxy() {
15}
16
[email protected]d4799a32010-09-28 22:54:5817} // namespace base