Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: components/encryptor/encryptor_password_mac.mm

Issue 168993002: Move encryptor API out of webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm unused includes Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/encryptor/encryptor_password_mac.mm
diff --git a/components/webdata/encryptor/encryptor_password_mac.mm b/components/encryptor/encryptor_password_mac.mm
similarity index 97%
rename from components/webdata/encryptor/encryptor_password_mac.mm
rename to components/encryptor/encryptor_password_mac.mm
index f8178014df0782d194d3679a29d2cf5423dfc477..abd5aad078c872bbf5cef1d79ca4e706bb26c0b1 100644
--- a/components/webdata/encryptor/encryptor_password_mac.mm
+++ b/components/encryptor/encryptor_password_mac.mm
@@ -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/webdata/encryptor/encryptor_password_mac.h"
+#include "components/encryptor/encryptor_password_mac.h"
#import <Security/Security.h>
« no previous file with comments | « components/encryptor/encryptor_password_mac.h ('k') | components/encryptor/encryptor_password_mac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698