Index: chrome/browser/extensions/api/identity/web_auth_flow.cc |
diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc |
index a1573a053eb775a4cb349429b80a8d2ebd1ab7d3..4263b9be88093bc5236acacc92da2e649e0d186a 100644 |
--- a/chrome/browser/extensions/api/identity/web_auth_flow.cc |
+++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc |
@@ -15,6 +15,7 @@ |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/extensions/api/identity_private.h" |
#include "chrome/common/extensions/extension_constants.h" |
+#include "components/guest_view/browser/guest_view_base.h" |
#include "content/public/browser/navigation_details.h" |
#include "content/public/browser/navigation_entry.h" |
#include "content/public/browser/notification_details.h" |
@@ -28,7 +29,6 @@ |
#include "extensions/browser/app_window/app_window.h" |
#include "extensions/browser/event_router.h" |
#include "extensions/browser/extension_system.h" |
-#include "extensions/browser/guest_view/guest_view_base.h" |
#include "grit/browser_resources.h" |
#include "url/gurl.h" |
@@ -36,6 +36,7 @@ using content::RenderViewHost; |
using content::ResourceRedirectDetails; |
using content::WebContents; |
using content::WebContentsObserver; |
+using guestview::GuestViewBase; |
namespace extensions { |