| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 55d8c83c045fe8d24924b62d79e0d72771b15b18..62666c98689cb832a2f61505416c7526996f33b0 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -26,7 +26,6 @@
|
| #include "chrome/browser/defaults.h"
|
| #include "chrome/browser/desktop_notification_handler.h"
|
| #include "chrome/browser/dom_operation_notification_details.h"
|
| -#include "chrome/browser/dom_ui/web_ui.h"
|
| #include "chrome/browser/download/download_item_model.h"
|
| #include "chrome/browser/download/download_manager.h"
|
| #include "chrome/browser/download/download_request_limiter.h"
|
| @@ -77,6 +76,7 @@
|
| #include "chrome/browser/tab_contents/thumbnail_generator.h"
|
| #include "chrome/browser/translate/page_translated_details.h"
|
| #include "chrome/browser/ui/app_modal_dialogs/message_box_handler.h"
|
| +#include "chrome/browser/webui/web_ui.h"
|
| #include "chrome/common/bindings_policy.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/content_restriction.h"
|
|
|