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

Unified Diff: chrome/test/data/webui/settings/fake_bluetooth.js

Issue 2148143002: Fix typo in type declaration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/fake_bluetooth.js
diff --git a/chrome/test/data/webui/settings/fake_bluetooth.js b/chrome/test/data/webui/settings/fake_bluetooth.js
index 06f5923a0ec188617a9832547db2218997e424bf..81f1fe2296a8d6baa4e87d5e0b6dc0bd009c9787 100644
--- a/chrome/test/data/webui/settings/fake_bluetooth.js
+++ b/chrome/test/data/webui/settings/fake_bluetooth.js
@@ -12,7 +12,7 @@ cr.define('settings', function() {
* @implements {Bluetooth}
*/
function FakeBluetooth() {
- /** @type {!chrome.bluettoth.AdapterState} */ this.adapterState = {
+ /** @type {!chrome.bluetooth.AdapterState} */ this.adapterState = {
address: '00:11:22:33:44:55:66',
name: 'Fake Adapter',
powered: false,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698