blob: b2dd3a7d41da3f6d2058b313205321db8b5a7665 [file] [log] [blame]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/base/test/mock_base_window.h"
namespace ui {
namespace test {
MockBaseWindow::MockBaseWindow() = default;
MockBaseWindow::~MockBaseWindow() = default;
} // namespace test
} // namespace ui