Index: components/encryptor/encryptor_win.cc |
diff --git a/chrome/browser/password_manager/encryptor_win.cc b/components/encryptor/encryptor_win.cc |
similarity index 97% |
rename from chrome/browser/password_manager/encryptor_win.cc |
rename to components/encryptor/encryptor_win.cc |
index ba50339cc4b1a09e399dd88374c717273f1ac087..5636bb96ce2ebaba449c9b90a4ba00fb5d4fc461 100644 |
--- a/chrome/browser/password_manager/encryptor_win.cc |
+++ b/components/encryptor/encryptor_win.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 <windows.h> |
#include <wincrypt.h> |