Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Side by Side Diff: dbus/mock_bus.cc

Issue 12255043: DBus: Use TaskRunners instead of MessageLoopProxies. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dbus/mock_bus.h ('k') | dbus/property_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "dbus/mock_bus.h" 5 #include "dbus/mock_bus.h"
6 6
7 #include "base/location.h"
tfarina 2013/06/29 02:44:47 I don't believe this include was needed here. Was
Lei Zhang 2013/06/29 02:50:18 Hmm, doesn't look like. Feel free to remove it.
8
7 namespace dbus { 9 namespace dbus {
8 10
9 MockBus::MockBus(Bus::Options& options) : Bus(options) { 11 MockBus::MockBus(const Bus::Options& options) : Bus(options) {
10 } 12 }
11 13
12 MockBus::~MockBus() { 14 MockBus::~MockBus() {
13 } 15 }
14 16
15 } // namespace dbus 17 } // namespace dbus
OLDNEW
« no previous file with comments | « dbus/mock_bus.h ('k') | dbus/property_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698