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