Remove chromeos==0 blacklist for test_isolation_mode.
[chromium-blink-merge.git] / device / bluetooth / test / bluetooth_test.cc
blobca2b078cddc8a5082135088f410a7c8bbc5a8d89
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.
5 #include "device/bluetooth/test/bluetooth_test.h"
7 namespace device {
9 BluetoothTestBase::BluetoothTestBase() {
12 BluetoothTestBase::~BluetoothTestBase() {
15 } // namespace device