Index: extensions/browser/api/hid/hid_apitest.cc |
diff --git a/extensions/browser/api/hid/hid_apitest.cc b/extensions/browser/api/hid/hid_apitest.cc |
index 0ea4cbd630d74d9de4b0855a43a53fce2457bea4..c29c42195ecfcf6eee516c67359922c0e1e3d375 100644 |
--- a/extensions/browser/api/hid/hid_apitest.cc |
+++ b/extensions/browser/api/hid/hid_apitest.cc |
@@ -204,7 +204,7 @@ IN_PROC_BROWSER_TEST_F(HidApiTest, OnDeviceRemoved) { |
ASSERT_TRUE(LoadApp("api_test/hid/remove_event")); |
ASSERT_TRUE(load_listener.WaitUntilSatisfied()); |
- // Device C was not returned by chrome.usb.getDevices, the app will not get |
+ // Device C was not returned by chrome.hid.getDevices, the app will not get |
// a notification. |
hid_service_->RemoveDevice("C"); |
// Device A was returned, the app will get a notification. |