Index: content/browser/tab_contents/render_view_host_manager.cc |
=================================================================== |
--- content/browser/tab_contents/render_view_host_manager.cc (revision 79031) |
+++ content/browser/tab_contents/render_view_host_manager.cc (working copy) |
@@ -9,7 +9,6 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/render_messages.h" |
-#include "chrome/common/render_messages_params.h" |
#include "chrome/common/url_constants.h" |
#include "content/browser/content_browser_client.h" |
#include "content/browser/renderer_host/render_view_host.h" |
@@ -24,6 +23,7 @@ |
#include "content/browser/webui/web_ui_factory.h" |
#include "content/common/notification_service.h" |
#include "content/common/notification_type.h" |
+#include "content/common/view_messages.h" |
namespace base { |
class WaitableEvent; |