| Index: chrome/browser/app_controller_mac.mm
|
| diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
|
| index 8bce15180a013411aa24ab62a3cb4ffaa0ac77d5..a3ae2daa4e571eb683fb8f84a77d4323d64a5da4 100644
|
| --- a/chrome/browser/app_controller_mac.mm
|
| +++ b/chrome/browser/app_controller_mac.mm
|
| @@ -72,6 +72,8 @@
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
| #include "ui/base/models/accelerator_cocoa.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| // 10.6 adds a public API for the Spotlight-backed search menu item in the Help
|
| // menu. Provide the declaration so it can be called below when building with
|
| // the 10.5 SDK.
|
|
|