blob: 41305559ec1475d6b05568bd4a06abbc95f1ef3c [file] [log] [blame]
// 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() {
ON_CALL(*this, GetSuggestionFilterMatches)
.WillByDefault(::testing::ReturnRef(filter_matches_));
}
MockAutofillPopupController::~MockAutofillPopupController() = default;
} // namespace autofill