Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / chromeos / dbus / mock_shill_ipconfig_client.cc
blob00053ebdbd5492eb80c2ad781dab42d078a6c109
1 // Copyright (c) 2012 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 "chromeos/dbus/mock_shill_ipconfig_client.h"
7 namespace chromeos {
9 MockShillIPConfigClient::MockShillIPConfigClient() {}
11 MockShillIPConfigClient::~MockShillIPConfigClient() {}
13 } // namespace chromeos