| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| index 065de8b5328ff6a8d4c0cc796bed382bd5e8c10f..a037e399ae11568c5cd189856e8009eb3db31589 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model_unittest.cc
|
| @@ -53,10 +53,11 @@ const char kSiteOrigin[] = "http://example.com/login";
|
| const char kUsername[] = "Admin";
|
| const char kUIDismissalReasonMetric[] = "PasswordManager.UIDismissalReason";
|
|
|
| -class TestSyncService : public ProfileSyncServiceMock {
|
| +class TestSyncService : public browser_sync::ProfileSyncServiceMock {
|
| public:
|
| explicit TestSyncService(Profile* profile)
|
| - : ProfileSyncServiceMock(CreateProfileSyncServiceParamsForTest(profile)),
|
| + : browser_sync::ProfileSyncServiceMock(
|
| + CreateProfileSyncServiceParamsForTest(profile)),
|
| smartlock_enabled_(false) {}
|
| ~TestSyncService() override {}
|
|
|
|
|