| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 67887)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -49,7 +49,6 @@
|
| #include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/hung_renderer_dialog.h"
|
| #include "chrome/browser/in_process_webkit/session_storage_namespace.h"
|
| -#include "chrome/browser/message_box_handler.h"
|
| #include "chrome/browser/load_from_memory_cache_details.h"
|
| #include "chrome/browser/load_notification_details.h"
|
| #include "chrome/browser/metrics/metric_event_duration_details.h"
|
| @@ -83,6 +82,7 @@
|
| #include "chrome/browser/tab_contents/thumbnail_generator.h"
|
| #include "chrome/browser/tab_contents/web_navigation_observer.h"
|
| #include "chrome/browser/translate/page_translated_details.h"
|
| +#include "chrome/browser/ui/app_modal_dialogs/message_box_handler.h"
|
| #include "chrome/common/bindings_policy.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/extension.h"
|
|
|