| 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 60c418aed341294e1f9448c95a87128760a296aa..e1694f8cfa3cd7b521297bae5025e9e77b1ba906 100644
|
| --- a/extensions/browser/api/hid/hid_apitest.cc
|
| +++ b/extensions/browser/api/hid/hid_apitest.cc
|
| @@ -197,7 +197,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.
|
|
|