| Index: chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc b/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| index 73c1a9dae8895505764f5f0de6a5aceb20381fe0..8adfae0ba53f3ca5c208f58d15d578f648221f62 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc
|
| @@ -15,7 +15,7 @@ using passwords_helper::GetVerifierPasswordCount;
|
| using passwords_helper::GetVerifierPasswordStore;
|
| using passwords_helper::ProfileContainsSamePasswordFormsAsVerifier;
|
|
|
| -using webkit_glue::PasswordForm;
|
| +using webkit::forms::PasswordForm;
|
|
|
| class SingleClientPasswordsSyncTest : public SyncTest {
|
| public:
|
|
|