Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: content/browser/mach_broker_mac.cc

Issue 8437002: Move BrowserThread to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few updates. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « content/browser/in_process_webkit/webkit_thread_unittest.cc ('k') | content/browser/mime_registry_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698