| 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 a7b7271fce4c1cc83de73066e4946ccfb2a7d898..f0e185f3453d67a9b540fc74976f4bb4f9267bf3 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::forms::PasswordForm;
 | 
| +using content::PasswordForm;
 | 
|  
 | 
|  class MultipleClientPasswordsSyncTest : public SyncTest {
 | 
|   public:
 | 
| 
 |