From 945c90df408fc010d5e56e0768881d26e451adad Mon Sep 17 00:00:00 2001 From: ortuno Date: Mon, 31 Aug 2015 18:47:08 -0700 Subject: bluetooth-advertising: Fix wrong assignment and append of wrong type The assignment statements where flipped so service data was always null. Also the wrong function was being used to append to the writer which caused chrome to crash. BUG=525313 Review URL: https://codereview.chromium.org/1317933003 Cr-Commit-Position: refs/heads/master@{#346555} --- device/device_tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'device/device_tests.gyp') diff --git a/device/device_tests.gyp b/device/device_tests.gyp index e1b3bad..82f3dcb 100644 --- a/device/device_tests.gyp +++ b/device/device_tests.gyp @@ -40,6 +40,7 @@ 'bluetooth/bluetooth_adapter_unittest.cc', 'bluetooth/bluetooth_adapter_win_unittest.cc', 'bluetooth/bluetooth_advertisement_chromeos_unittest.cc', + 'bluetooth/bluetooth_advertisement_unittest.cc', 'bluetooth/bluetooth_audio_sink_chromeos_unittest.cc', 'bluetooth/bluetooth_chromeos_unittest.cc', 'bluetooth/bluetooth_device_unittest.cc', -- cgit v1.1