Index: chrome/browser/ui/cocoa/browser/password_generation_bubble_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller_unittest.mm |
index f5c3db84ab759e959ec4dd328939c560fb6afedf..c32117141ef7715f2ad3a381da5674a374a6ac4c 100644 |
--- a/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/browser/password_generation_bubble_controller_unittest.mm |
@@ -11,7 +11,7 @@ |
#include "base/strings/sys_string_conversions.h" |
#include "chrome/browser/ui/cocoa/cocoa_profile_test.h" |
#include "components/autofill/core/browser/password_generator.h" |
-#include "content/public/common/password_form.h" |
+#include "components/autofill/core/common/password_form.h" |
#include "testing/gtest_mac.h" |
using base::HistogramBase; |
@@ -45,7 +45,7 @@ class PasswordGenerationBubbleControllerTest : public CocoaProfileTest { |
PasswordGenerationBubbleController* controller() { return controller_; } |
void SetUpController() { |
- content::PasswordForm form; |
+ autofill::PasswordForm form; |
NSRect frame = [test_window() frame]; |
NSPoint point = NSMakePoint(NSMidX(frame), NSMidY(frame)); |