Index: content/browser/tab_contents/test_tab_contents.cc |
=================================================================== |
--- content/browser/tab_contents/test_tab_contents.cc (revision 78506) |
+++ content/browser/tab_contents/test_tab_contents.cc (working copy) |
@@ -8,13 +8,13 @@ |
#include "chrome/browser/browser_url_handler.h" |
#include "chrome/browser/tab_contents/infobar_delegate.h" |
-#include "chrome/common/page_transition_types.h" |
#include "content/browser/renderer_host/mock_render_process_host.h" |
#include "content/browser/renderer_host/render_view_host.h" |
#include "content/browser/renderer_host/test_render_view_host.h" |
#include "content/browser/site_instance.h" |
#include "content/common/notification_details.h" |
#include "content/common/notification_source.h" |
+#include "content/common/page_transition_types.h" |
TestTabContents::TestTabContents(Profile* profile, SiteInstance* instance) |
: TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL), |