| Index: components/encryptor/encryptor_posix.cc
|
| diff --git a/chrome/browser/password_manager/encryptor_posix.cc b/components/encryptor/encryptor_posix.cc
|
| similarity index 98%
|
| rename from chrome/browser/password_manager/encryptor_posix.cc
|
| rename to components/encryptor/encryptor_posix.cc
|
| index e43c656433a1ad49ae22d6a905e5e08a45e3ecb3..9a613dbcccd90096639cbf214d7099fc43473005 100644
|
| --- a/chrome/browser/password_manager/encryptor_posix.cc
|
| +++ b/components/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/encryptor/encryptor.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|