Index: components/autofill/core/browser/crypto/rc4_decryptor.h |
diff --git a/components/autofill/browser/crypto/rc4_decryptor.h b/components/autofill/core/browser/crypto/rc4_decryptor.h |
similarity index 91% |
rename from components/autofill/browser/crypto/rc4_decryptor.h |
rename to components/autofill/core/browser/crypto/rc4_decryptor.h |
index 1918312e005594da663e40961b681e8a9e5252d2..17d2e8e58075e93bc90cfa16ffdb44e7cccca55c 100644 |
--- a/components/autofill/browser/crypto/rc4_decryptor.h |
+++ b/components/autofill/core/browser/crypto/rc4_decryptor.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_AUTOFILL_BROWSER_CRYPTO_RC4_DECRYPTOR_H_ |
-#define COMPONENTS_AUTOFILL_BROWSER_CRYPTO_RC4_DECRYPTOR_H_ |
+#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_CRYPTO_RC4_DECRYPTOR_H_ |
+#define COMPONENTS_AUTOFILL_CORE_BROWSER_CRYPTO_RC4_DECRYPTOR_H_ |
#include <string> |
#include "base/basictypes.h" |
@@ -18,7 +18,7 @@ namespace autofill { |
// value 0x0020 at the beginning of the code to enhance security. |
// |
// This class used in |
-// components/autofill/browser/autofill_ie_toolbar_import_win.cc. |
+// components/autofill/core/browser/autofill_ie_toolbar_import_win.cc. |
// |
// This class should not be used anywhere else!!! |
class RC4Decryptor { |
@@ -107,4 +107,4 @@ class RC4Decryptor { |
} // namespace autofill |
-#endif // COMPONENTS_AUTOFILL_BROWSER_CRYPTO_RC4_DECRYPTOR_H_ |
+#endif // COMPONENTS_AUTOFILL_CORE_BROWSER_CRYPTO_RC4_DECRYPTOR_H_ |