| Index: components/os_crypt/os_crypt_posix.cc
|
| diff --git a/components/encryptor/os_crypt_posix.cc b/components/os_crypt/os_crypt_posix.cc
|
| similarity index 99%
|
| rename from components/encryptor/os_crypt_posix.cc
|
| rename to components/os_crypt/os_crypt_posix.cc
|
| index 3dc675873dd8988d5773be778d136f45ec910920..74e8db3d818f13daf1981585d338323f43c6e902 100644
|
| --- a/components/encryptor/os_crypt_posix.cc
|
| +++ b/components/os_crypt/os_crypt_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 "components/encryptor/os_crypt.h"
|
| +#include "components/os_crypt/os_crypt.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|