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