 Chromium Code Reviews
 Chromium Code Reviews Issue 1211013005:
  Added class BluetoothDeviceMac, returns mac device timing data  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@pre-hash
    
  
    Issue 1211013005:
  Added class BluetoothDeviceMac, returns mac device timing data  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@pre-hash| OLD | NEW | 
|---|---|
| (Empty) | |
| 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 | |
| 5 #include "device/bluetooth/bluetooth_device_mac.h" | |
| 6 | |
| 7 namespace device { | |
| 8 | |
| 9 BluetoothDeviceMac::BluetoothDeviceMac() { | |
| 10 } | |
| 11 | |
| 12 BluetoothDeviceMac::~BluetoothDeviceMac() { | |
| 13 } | |
| 14 | |
| 15 } // namespace device | |
| OLD | NEW |