Index: chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc (revision 71345) |
+++ chrome/browser/ui/views/tab_contents/tab_contents_view_win.cc (working copy) |
@@ -6,6 +6,8 @@ |
#include <windows.h> |
+#include <vector> |
+ |
#include "base/time.h" |
#include "chrome/browser/download/download_request_limiter.h" |
#include "chrome/browser/renderer_host/render_process_host.h" |
@@ -16,7 +18,6 @@ |
#include "chrome/browser/tab_contents/tab_contents.h" |
#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
#include "chrome/browser/tab_contents/web_drop_target_win.h" |
-#include "chrome/browser/ui/browser.h" // TODO(beng): this dependency is awful. |
#include "chrome/browser/ui/views/sad_tab_view.h" |
#include "chrome/browser/ui/views/tab_contents/render_view_context_menu_views.h" |
#include "chrome/browser/ui/views/tab_contents/tab_contents_drag_win.h" |