summaryrefslogtreecommitdiffstats
path: root/components/proximity_auth/proximity_auth_system_unittest.cc
blob: c9c676e167c8e3ecb7d0d2b8959554570895b918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2014 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 "components/proximity_auth/proximity_auth_system.h"
#include "components/proximity_auth/remote_device.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace proximity_auth {

TEST(ProximityAuthSystemTest, GetRemoteDevices) {
  // TODO(tengs): Reimplement this test.
}

}  // namespace proximity_auth