| Index: chrome/browser/sync/glue/password_model_associator.cc
|
| diff --git a/chrome/browser/sync/glue/password_model_associator.cc b/chrome/browser/sync/glue/password_model_associator.cc
|
| index 9abea4340599022a67a53bff34b8a02080f41ed8..ade8d6b2251367bbb1e46b3f3aeee945ddfdfc68 100644
|
| --- a/chrome/browser/sync/glue/password_model_associator.cc
|
| +++ b/chrome/browser/sync/glue/password_model_associator.cc
|
| @@ -21,6 +21,8 @@
|
| #include "sync/internal_api/public/write_transaction.h"
|
| #include "sync/protocol/password_specifics.pb.h"
|
|
|
| +using base::UTF8ToUTF16;
|
| +using base::UTF16ToUTF8;
|
| using content::BrowserThread;
|
|
|
| namespace browser_sync {
|
|
|