| Index: chrome/browser/ui/views/accelerator_table.h
|
| diff --git a/chrome/browser/ui/views/accelerator_table.h b/chrome/browser/ui/views/accelerator_table.h
|
| index f67a8043b362487d13a2d99fe615be8aa7ac7164..aa73590acb876e581e72500fdd7e2d82e0c433b5 100644
|
| --- a/chrome/browser/ui/views/accelerator_table.h
|
| +++ b/chrome/browser/ui/views/accelerator_table.h
|
| @@ -34,7 +34,7 @@ CHROME_VIEWS_EXPORT std::vector<AcceleratorMapping> GetAcceleratorList();
|
| // second argument.
|
| CHROME_VIEWS_EXPORT bool GetAshAcceleratorForCommandId(
|
| int command_id,
|
| - HostDesktopType host_desktop_type,
|
| + ui::HostDesktopType host_desktop_type,
|
| ui::Accelerator* accelerator);
|
|
|
| // Returns true if the command id has an associated standard
|
|
|