| Index: chrome/browser/password_manager/password_store_x.cc
|
| diff --git a/chrome/browser/password_manager/password_store_x.cc b/chrome/browser/password_manager/password_store_x.cc
|
| index b55a15f4760a62b05f044e455c10a22d6887b718..94b27bccbb7449ee5015fee34775054e296cd43f 100644
|
| --- a/chrome/browser/password_manager/password_store_x.cc
|
| +++ b/chrome/browser/password_manager/password_store_x.cc
|
| @@ -18,6 +18,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_service.h"
|
|
|
| +using content::BrowserThread;
|
| using std::vector;
|
| using webkit_glue::PasswordForm;
|
|
|
|
|