roll skia 1111->1115
[chromium-blink-merge.git] / base / message_pump.cc
blobde7c517c06055bcab698d41fced317a60944c854
1 // Copyright (c) 2010 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.
5 #include "base/message_pump.h"
7 namespace base {
9 MessagePump::MessagePump() {
12 MessagePump::~MessagePump() {
15 } // namespace base