Index: chrome/browser/renderer_host/browser_render_process_host.cc |
=================================================================== |
--- chrome/browser/renderer_host/browser_render_process_host.cc (revision 77652) |
+++ chrome/browser/renderer_host/browser_render_process_host.cc (working copy) |
@@ -51,7 +51,6 @@ |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/extensions/extension.h" |
#include "chrome/common/extensions/extension_icon_set.h" |
-#include "chrome/common/gpu_messages.h" |
#include "chrome/common/logging_chrome.h" |
#include "chrome/common/net/url_request_context_getter.h" |
#include "chrome/common/pref_names.h" |
@@ -91,6 +90,7 @@ |
#include "content/browser/worker_host/worker_message_filter.h" |
#include "content/common/child_process_info.h" |
#include "content/common/child_process_messages.h" |
+#include "content/common/gpu_messages.h" |
#include "content/common/notification_service.h" |
#include "content/common/resource_messages.h" |
#include "grit/generated_resources.h" |