| Index: content/browser/web_contents/web_contents_impl_unittest.cc
 | 
| diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
 | 
| index ff80b1428b89b6a437748f5d47b26c86ee4d2a26..8de109bcff3c1ddaa228c480a52b71852152c4ee 100644
 | 
| --- a/content/browser/web_contents/web_contents_impl_unittest.cc
 | 
| +++ b/content/browser/web_contents/web_contents_impl_unittest.cc
 | 
| @@ -36,6 +36,7 @@ using content::InterstitialPage;
 | 
|  using content::MockRenderProcessHost;
 | 
|  using content::NavigationEntry;
 | 
|  using content::NavigationEntryImpl;
 | 
| +using content::PasswordForm;
 | 
|  using content::SiteInstance;
 | 
|  using content::RenderViewHost;
 | 
|  using content::RenderViewHostImplTestHarness;
 | 
| @@ -45,7 +46,6 @@ using content::TestWebContents;
 | 
|  using content::WebContents;
 | 
|  using content::WebUI;
 | 
|  using content::WebUIController;
 | 
| -using webkit::forms::PasswordForm;
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| 
 |