Index: chrome/browser/mach_broker_mac.cc |
=================================================================== |
--- chrome/browser/mach_broker_mac.cc (revision 76326) |
+++ chrome/browser/mach_broker_mac.cc (working copy) |
@@ -10,12 +10,12 @@ |
#include "base/string_util.h" |
#include "base/sys_string_conversions.h" |
#include "base/threading/platform_thread.h" |
-#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/extensions/extension_host.h" |
-#include "chrome/browser/renderer_host/render_process_host.h" |
#include "chrome/common/child_process_info.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/notification_service.h" |
+#include "content/browser/browser_thread.h" |
+#include "content/browser/renderer_host/render_process_host.h" |
namespace { |
// Prints a string representation of a Mach error code. |