| Index: chrome/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| diff --git a/chrome/browser/bluetooth/bluetooth_allowed_devices_map.cc b/chrome/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0882b26e9d9ae47dea2798e4e732cc0897a254d0
|
| --- /dev/null
|
| +++ b/chrome/browser/bluetooth/bluetooth_allowed_devices_map.cc
|
| @@ -0,0 +1,9 @@
|
| +// Copyright 2017 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 "chrome/browser/bluetooth/bluetooth_allowed_devices_map.h"
|
| +
|
| +BluetoothAllowedDevicesMap::BluetoothAllowedDevicesMap() {}
|
| +
|
| +BluetoothAllowedDevicesMap::~BluetoothAllowedDevicesMap() {}
|
|
|