Index: chrome/browser/ui/passwords/manage_passwords_test.cc |
diff --git a/chrome/browser/ui/passwords/manage_passwords_test.cc b/chrome/browser/ui/passwords/manage_passwords_test.cc |
index e3abdc6876abc97629469b48813778c916989eb1..8f0bf973a87e4527a04d720df6f7da965be268cc 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_test.cc |
+++ b/chrome/browser/ui/passwords/manage_passwords_test.cc |
@@ -22,7 +22,7 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
void ManagePasswordsTest::SetUpOnMainThread() { |
- AddTabAtIndex(0, GURL("http://example.com/"), content::PAGE_TRANSITION_TYPED); |
+ AddTabAtIndex(0, GURL("http://example.com/"), ui::PAGE_TRANSITION_TYPED); |
// Create the test UIController here so that it's bound to the currently |
// active WebContents. |
new ManagePasswordsUIControllerMock( |