Index: content/browser/tab_contents/tab_contents_view.cc |
diff --git a/content/browser/tab_contents/tab_contents_view.cc b/content/browser/tab_contents/tab_contents_view.cc |
index 83341d8546a6ad3dc1bb7dcd52334af6b4358af6..771669bdd6913fbaa35d213c2e8871d7ca37e7fb 100644 |
--- a/content/browser/tab_contents/tab_contents_view.cc |
+++ b/content/browser/tab_contents/tab_contents_view.cc |
@@ -4,15 +4,15 @@ |
#include "content/browser/tab_contents/tab_contents_view.h" |
-#include "chrome/common/notification_service.h" |
#include "chrome/common/render_messages_params.h" |
#include "content/browser/renderer_host/render_process_host.h" |
#include "content/browser/renderer_host/render_view_host.h" |
-#include "content/browser/renderer_host/render_widget_host.h" |
#include "content/browser/renderer_host/render_view_host_delegate.h" |
+#include "content/browser/renderer_host/render_widget_host.h" |
#include "content/browser/renderer_host/render_widget_host_view.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/browser/tab_contents/tab_contents_delegate.h" |
+#include "content/common/notification_service.h" |
TabContentsView::TabContentsView(TabContents* tab_contents) |
: tab_contents_(tab_contents) { |