Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js

Issue 224763003: Revert 261566 "device/bluetooth: Rename device::bluetooth_utils:..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js
===================================================================
--- trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js (revision 261569)
+++ trunk/src/chrome/test/data/extensions/api_test/bluetooth/on_connection/runtest.js (working copy)
@@ -9,7 +9,7 @@
function testOnConnectionEvent() {
chrome.test.assertEq('d1', deviceName);
chrome.test.assertEq('11:12:13:14:15:16', deviceAddress);
- chrome.test.assertEq('00001234-0000-1000-8000-00805f9b34fb', profileUuid);
+ chrome.test.assertEq('1234', profileUuid);
chrome.test.succeed();
}

Powered by Google App Engine
This is Rietveld 408576698