blob: da81332df16c97aeae3ea5c8cd7a7ab858b23813 [file] [log] [blame]
// Copyright 2020 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 "ui/base/test/mock_base_window.h"
namespace ui {
namespace test {
MockBaseWindow::MockBaseWindow() = default;
MockBaseWindow::~MockBaseWindow() = default;
} // namespace test
} // namespace ui