Index: chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc |
index 2585987406cdc6dcd084d737f7986c7e6dc52319..4dba69f14b8864dfbf903dbc064fbe61a0c84cd7 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc |
@@ -52,7 +52,6 @@ |
#include "content/public/browser/web_contents.h" |
#include "content/public/browser/web_contents_delegate.h" |
#include "content/public/common/content_switches.h" |
-#include "content/public/common/page_transition_types.h" |
#include "content/public/common/referrer.h" |
#include "content/public/common/url_constants.h" |
#include "content/public/test/browser_test_utils.h" |
@@ -62,6 +61,7 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "third_party/WebKit/public/web/WebInputEvent.h" |
+#include "ui/base/page_transition_types.h" |
#include "ui/base/window_open_disposition.h" |
#include "url/gurl.h" |
@@ -1200,7 +1200,7 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, SimulateSuccessfulSignIn) { |
content::OpenURLParams params(wallet::GetSignInContinueUrl(), |
content::Referrer(), |
CURRENT_TAB, |
- content::PAGE_TRANSITION_LINK, |
+ ui::PAGE_TRANSITION_LINK, |
true); |
sign_in_contents->GetDelegate()->OpenURLFromTab(sign_in_contents, params); |
@@ -1277,7 +1277,7 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, AddAccount) { |
content::OpenURLParams params(wallet::GetSignInContinueUrl(), |
content::Referrer(), |
CURRENT_TAB, |
- content::PAGE_TRANSITION_LINK, |
+ ui::PAGE_TRANSITION_LINK, |
true); |
sign_in_contents->GetDelegate()->OpenURLFromTab(sign_in_contents, params); |
@@ -1421,7 +1421,7 @@ IN_PROC_BROWSER_TEST_F(AutofillDialogControllerTest, |
content::OpenURLParams params(GURL("http://google.com"), |
content::Referrer(), |
CURRENT_TAB, |
- content::PAGE_TRANSITION_LINK, |
+ ui::PAGE_TRANSITION_LINK, |
true); |
params.user_gesture = true; |