// 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 |