| Index: chrome/browser/tab_contents/background_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/background_contents.h (revision 67887)
|
| +++ chrome/browser/tab_contents/background_contents.h (working copy)
|
| @@ -9,9 +9,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "chrome/browser/js_modal_dialog.h"
|
| #include "chrome/browser/renderer_host/render_view_host_delegate.h"
|
| #include "chrome/browser/tab_contents/render_view_host_delegate_helper.h"
|
| +#include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/view_types.h"
|
| #include "chrome/common/window_container_type.h"
|
|
|