diff options
Diffstat (limited to 'content/browser/mach_broker_mac.cc')
-rw-r--r-- | content/browser/mach_broker_mac.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/mach_broker_mac.cc b/content/browser/mach_broker_mac.cc index d27c8ba..b604f48 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) { |