| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 67887)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -21,7 +21,6 @@
|
| #include "chrome/browser/fav_icon_helper.h"
|
| #include "chrome/browser/find_bar_controller.h"
|
| #include "chrome/browser/find_notification_details.h"
|
| -#include "chrome/browser/js_modal_dialog.h"
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/browser/renderer_host/render_view_host_delegate.h"
|
| #include "chrome/browser/tab_contents/constrained_window.h"
|
| @@ -31,6 +30,7 @@
|
| #include "chrome/browser/tab_contents/page_navigator.h"
|
| #include "chrome/browser/tab_contents/render_view_host_manager.h"
|
| #include "chrome/browser/tab_contents/tab_specific_content_settings.h"
|
| +#include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/property_bag.h"
|
| #include "chrome/common/renderer_preferences.h"
|
|
|