blob: cd3a1d6bcf7317db958ef05b3a5169b39202db3d [file] [log] [blame]
// Copyright 2018 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/services/assistant/test_support/mock_assistant.h"
namespace chromeos {
namespace assistant {
MockAssistant::MockAssistant() = default;
MockAssistant::~MockAssistant() = default;
} // namespace assistant
} // namespace chromeos