| Index: chrome/browser/ui/browser_tab_contents.cc
|
| diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc
|
| index d5dedb34ffcbf27e3c11eca68d7a591635b82d7e..3ec3771ca7bbf1d99839b2932d8dc10d635d0b2e 100644
|
| --- a/chrome/browser/ui/browser_tab_contents.cc
|
| +++ b/chrome/browser/ui/browser_tab_contents.cc
|
| @@ -42,11 +42,11 @@
|
| #include "chrome/browser/ui/search_engines/search_engine_tab_helper.h"
|
| #include "chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h"
|
| #include "chrome/browser/ui/tab_contents/core_tab_helper.h"
|
| -#include "chrome/browser/ui/web_contents_modal_dialog_manager.h"
|
| #include "chrome/browser/ui/zoom/zoom_controller.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "components/autofill/browser/autofill_external_delegate.h"
|
| #include "components/autofill/browser/autofill_manager.h"
|
| +#include "components/web_modal/web_contents_modal_dialog_manager.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "extensions/browser/view_type_utils.h"
|
|
|
| @@ -80,6 +80,7 @@ using autofill::AutofillExternalDelegate;
|
| using autofill::AutofillManager;
|
| using autofill::TabAutofillManagerDelegate;
|
| using content::WebContents;
|
| +using web_modal::WebContentsModalDialogManager;
|
|
|
| namespace {
|
|
|
|
|