| Index: chrome/browser/ui/webui/file_browse_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/file_browse_browsertest.cc (revision 76500)
|
| +++ chrome/browser/ui/webui/file_browse_browsertest.cc (working copy)
|
| @@ -4,14 +4,14 @@
|
|
|
| #include "base/path_service.h"
|
| #include "base/task.h"
|
| -#include "chrome/browser/tab_contents/navigation_controller.h"
|
| -#include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/ui/views/html_dialog_view.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/in_process_browser_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| +#include "content/browser/tab_contents/navigation_controller.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/webui/web_ui.h"
|
| #include "net/test/test_server.h"
|
|
|
|
|