| Index: chrome/test/pyautolib/pyautolib.h
|
| diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
|
| index 00f1c28938e6ba4eb852092c4b4a8dac104f33e6..a12ca8f36b21f12f58b07b808992015503aae58d 100644
|
| --- a/chrome/test/pyautolib/pyautolib.h
|
| +++ b/chrome/test/pyautolib/pyautolib.h
|
| @@ -76,7 +76,7 @@ class PyUITestBase : public UITestBase {
|
|
|
| // Apply the accelerator with given id (IDC_BACK, IDC_NEWTAB ...) to the
|
| // browser window at the given or first index.
|
| - // 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.
|
| bool ApplyAccelerator(int id, int window_index = 0);
|
|
|
|
|