| Index: chrome/test/automation/browser_proxy.h
|
| diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h
|
| index 3fb06d4a176a9ca6ee1f18a9d71514482af929be..17973a65ce9fbce019ae8f0a5f0e188af26d1f99 100644
|
| --- a/chrome/test/automation/browser_proxy.h
|
| +++ b/chrome/test/automation/browser_proxy.h
|
| @@ -95,7 +95,7 @@ class BrowserProxy : public AutomationResourceProxy {
|
| scoped_refptr<AutocompleteEditProxy> GetAutocompleteEdit();
|
|
|
| // Apply the accelerator with given id (IDC_BACK, IDC_NEWTAB ...)
|
| - // The list can be found at chrome/app/chrome_dll_resource.h
|
| + // The list can be found at chrome/app/chrome_command_ids.h
|
| // Returns true if the call was successful.
|
| //
|
| // The alternate way to test the accelerators is to use the Windows messaging
|
|
|