chromium/chrome/browser/ui/autofill/mock_autofill_popup_controller.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/autofill/mock_autofill_popup_controller.h"

#include "testing/gmock/include/gmock/gmock.h"

namespace autofill {

MockAutofillPopupController::MockAutofillPopupController() {}

MockAutofillPopupController::~MockAutofillPopupController() = default;

}  // namespace autofill