| Index: content/common/bluetooth/bluetooth_scan_filter.cc
|
| diff --git a/content/common/bluetooth/bluetooth_scan_filter.cc b/content/common/bluetooth/bluetooth_scan_filter.cc
|
| deleted file mode 100644
|
| index 2c5a7cb87a96086177e442078b667feec95b078b..0000000000000000000000000000000000000000
|
| --- a/content/common/bluetooth/bluetooth_scan_filter.cc
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -// Copyright 2015 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 "content/common/bluetooth/bluetooth_scan_filter.h"
|
| -
|
| -namespace content {
|
| -
|
| -BluetoothScanFilter::BluetoothScanFilter() : services() {
|
| -}
|
| -
|
| -BluetoothScanFilter::BluetoothScanFilter(const BluetoothScanFilter& other) =
|
| - default;
|
| -
|
| -BluetoothScanFilter::~BluetoothScanFilter() {
|
| -}
|
| -
|
| -} // namespace content
|
|
|