| Index: components/webdata/encryptor/encryptor_posix.cc
|
| diff --git a/chrome/browser/password_manager/encryptor_posix.cc b/components/webdata/encryptor/encryptor_posix.cc
|
| similarity index 98%
|
| rename from chrome/browser/password_manager/encryptor_posix.cc
|
| rename to components/webdata/encryptor/encryptor_posix.cc
|
| index e43c656433a1ad49ae22d6a905e5e08a45e3ecb3..70d536c146fb673bb29710cc1281acffafdb4042 100644
|
| --- a/chrome/browser/password_manager/encryptor_posix.cc
|
| +++ b/components/webdata/encryptor/encryptor_posix.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/password_manager/encryptor.h"
|
| +#include "components/webdata/encryptor/encryptor.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|