mock_google_api_key_availability_provider.cc 534 B

1234567891011121314151617
  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/feature_status_tracker/mock_google_api_key_availability_provider.h"
  5. namespace ash {
  6. namespace quick_pair {
  7. MockGoogleApiKeyAvailabilityProvider::MockGoogleApiKeyAvailabilityProvider() =
  8. default;
  9. MockGoogleApiKeyAvailabilityProvider::~MockGoogleApiKeyAvailabilityProvider() =
  10. default;
  11. } // namespace quick_pair
  12. } // namespace ash