| Index: chrome/test/browser_with_test_window_test.cc
|
| ===================================================================
|
| --- chrome/test/browser_with_test_window_test.cc (revision 78506)
|
| +++ chrome/test/browser_with_test_window_test.cc (working copy)
|
| @@ -11,13 +11,13 @@
|
| #include "chrome/browser/tabs/tab_strip_model.h"
|
| #include "chrome/browser/ui/browser_navigator.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| -#include "chrome/common/page_transition_types.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "content/browser/tab_contents/navigation_controller.h"
|
| #include "content/browser/tab_contents/navigation_entry.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/common/content_client.h"
|
| +#include "content/common/page_transition_types.h"
|
|
|
| BrowserWithTestWindowTest::BrowserWithTestWindowTest()
|
| : ui_thread_(BrowserThread::UI, message_loop()),
|
|
|