mock_proximity_auth_client.cc 442 B

123456789101112131415
  1. // Copyright 2015 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/components/proximity_auth/mock_proximity_auth_client.h"
  5. #include "base/memory/ptr_util.h"
  6. namespace proximity_auth {
  7. MockProximityAuthClient::MockProximityAuthClient() {}
  8. MockProximityAuthClient::~MockProximityAuthClient() {}
  9. } // namespace proximity_auth