| Index: content/browser/mach_broker_mac.cc
|
| diff --git a/content/browser/mach_broker_mac.cc b/content/browser/mach_broker_mac.cc
|
| index d27c8ba8d53797b2747be92be5444be5d88649ec..b604f4807fdad9da5fd05c2519b827f23b3af45a 100644
|
| --- a/content/browser/mach_broker_mac.cc
|
| +++ b/content/browser/mach_broker_mac.cc
|
| @@ -19,6 +19,8 @@
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/common/content_switches.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
| // Prints a string representation of a Mach error code.
|
| std::string MachErrorCode(kern_return_t err) {
|
|
|