blob: 6359cb064575e0a86995e672ec1794852dfc89a3 [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 "components/autofill_assistant/browser/mock_service.h"
namespace autofill_assistant {
MockService::MockService() : Service(nullptr) {}
MockService::~MockService() {}
} // namespace autofill_assistant