 Chromium Code Reviews
 Chromium Code Reviews Issue 1220713006:
  Renaming BluetoothDeviceMac as BluetoothClassicDeviceMac  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@dm
    
  
    Issue 1220713006:
  Renaming BluetoothDeviceMac as BluetoothClassicDeviceMac  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@dm| Index: device/bluetooth/bluetooth.gyp | 
| diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp | 
| index 8b36ebe8417502984e46c5ad959d1efc3282684a..422b77a67630484f46ee1c9b7c48600a4d0ec351 100644 | 
| --- a/device/bluetooth/bluetooth.gyp | 
| +++ b/device/bluetooth/bluetooth.gyp | 
| @@ -51,8 +51,8 @@ | 
| 'bluetooth_device.h', | 
| 'bluetooth_device_chromeos.cc', | 
| 'bluetooth_device_chromeos.h', | 
| - 'bluetooth_device_mac.h', | 
| - 'bluetooth_device_mac.mm', | 
| + 'bluetooth_classic_device_mac.h', | 
| 
scheib
2015/06/29 20:44:24
Move to keep list sorted.
 
krstnmnlsn
2015/06/30 00:50:35
Done.
 | 
| + 'bluetooth_classic_device_mac.mm', | 
| 'bluetooth_device_win.cc', | 
| 'bluetooth_device_win.h', | 
| 'bluetooth_discovery_filter.cc', |