Separate Simple Backend creation from initialization.
[chromium-blink-merge.git] / chromeos / dbus / mock_sms_client.cc
blob0a62dcc396c30362f628905c30ad05c89b581d76
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_sms_client.h"
7 namespace chromeos {
9 MockSMSClient::MockSMSClient() {}
11 MockSMSClient::~MockSMSClient() {}
13 } // namespace chromeos