mock_base_window.cc 373 B

1234567891011121314
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ui/base/test/mock_base_window.h"
  5. namespace ui {
  6. namespace test {
  7. MockBaseWindow::MockBaseWindow() = default;
  8. MockBaseWindow::~MockBaseWindow() = default;
  9. } // namespace test
  10. } // namespace ui