| Index: components/webdata/encryptor/encryptor_password_mac_unittest.cc
|
| diff --git a/chrome/browser/password_manager/encryptor_password_mac_unittest.cc b/components/webdata/encryptor/encryptor_password_mac_unittest.cc
|
| similarity index 97%
|
| rename from chrome/browser/password_manager/encryptor_password_mac_unittest.cc
|
| rename to components/webdata/encryptor/encryptor_password_mac_unittest.cc
|
| index f7b211af0407e6b612a1621c4c3f44429ea4c0fc..97462229046ec403d4483b301c665ac709f77fe9 100644
|
| --- a/chrome/browser/password_manager/encryptor_password_mac_unittest.cc
|
| +++ b/components/webdata/encryptor/encryptor_password_mac_unittest.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_password_mac.h"
|
| +#include "components/webdata/encryptor/encryptor_password_mac.h"
|
| #include "crypto/mock_apple_keychain.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|