| Index: chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| index b1c8095051d3a9874392a36506d24f93ecf1cb06..83fee37844e4853ffaaa668883007522bc6c5aca 100644
|
| --- a/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/multiple_client_passwords_sync_test.cc
|
| @@ -14,7 +14,7 @@ using passwords_helper::CreateTestPasswordForm;
|
| using passwords_helper::GetPasswordCount;
|
| using passwords_helper::GetPasswordStore;
|
|
|
| -using webkit_glue::PasswordForm;
|
| +using webkit::forms::PasswordForm;
|
|
|
| class MultipleClientPasswordsSyncTest : public SyncTest {
|
| public:
|
|
|