Index: chrome/browser/tab_contents/tab_contents.h |
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h |
index b66504c40cb1fdcd9d4b35732032057b2cc361a3..1744f6186c818266b0c87d5465cf8f9762d34956 100644 |
--- a/chrome/browser/tab_contents/tab_contents.h |
+++ b/chrome/browser/tab_contents/tab_contents.h |
@@ -25,6 +25,7 @@ |
#include "chrome/browser/find_notification_details.h" |
#include "chrome/browser/jsmessage_box_client.h" |
#include "chrome/browser/net/url_request_context_getter.h" |
+#include "chrome/browser/printing/print_view_manager.h" |
#include "chrome/browser/shell_dialogs.h" |
#include "chrome/browser/renderer_host/render_view_host_delegate.h" |
#include "chrome/browser/tab_contents/constrained_window.h" |
@@ -44,13 +45,6 @@ |
#include "webkit/glue/password_form.h" |
#include "webkit/glue/webpreferences.h" |
-#if defined(OS_LINUX) |
-// Remove when we've finished porting the supporting classes. |
-#include "chrome/common/temp_scaffolding_stubs.h" |
-#elif defined(OS_WIN) || defined(OS_MACOSX) |
-#include "chrome/browser/printing/print_view_manager.h" |
-#endif |
- |
namespace gfx { |
class Rect; |
class Size; |