mock_quick_pair_browser_delegate.cc 469 B

123456789101112131415
  1. // Copyright 2021 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 "ash/quick_pair/common/mock_quick_pair_browser_delegate.h"
  5. namespace ash {
  6. namespace quick_pair {
  7. MockQuickPairBrowserDelegate::MockQuickPairBrowserDelegate() = default;
  8. MockQuickPairBrowserDelegate::~MockQuickPairBrowserDelegate() = default;
  9. } // namespace quick_pair
  10. } // namespace ash