[email protected] | 6b28d94 | 2012-02-15 01:43:19 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | d4799a3 | 2010-09-28 22:54:58 | [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] | db9f091 | 2013-03-29 19:22:51 | [diff] [blame] | 5 | #include "base/message_loop/message_loop_proxy.h" |
[email protected] | d4799a3 | 2010-09-28 22:54:58 | [diff] [blame] | 6 | |
[email protected] | c31af70db2 | 2011-08-18 23:13:01 | [diff] [blame] | 7 | #include "base/bind.h" |
8 | |||||
[email protected] | d4799a3 | 2010-09-28 22:54:58 | [diff] [blame] | 9 | namespace base { |
10 | |||||
11 | MessageLoopProxy::MessageLoopProxy() { | ||||
12 | } | ||||
13 | |||||
14 | MessageLoopProxy::~MessageLoopProxy() { | ||||
15 | } | ||||
16 | |||||
[email protected] | d4799a3 | 2010-09-28 22:54:58 | [diff] [blame] | 17 | } // namespace base |