blob: 3a2966e9748048111af3ecc9c2b1e96b91ce4469 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/dbus/mock_permission_broker_client.h"
namespace chromeos {
MockPermissionBrokerClient::MockPermissionBrokerClient() {
}
MockPermissionBrokerClient::~MockPermissionBrokerClient() {
}
} // chromeos