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

Unified Diff: components/webdata/encryptor/encryptor.h

Issue 12902030: Make Encryptor a component. Used by //chrome and (soon) //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove duplicate include. Created 7 years, 9 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
« no previous file with comments | « components/webdata/encryptor/README ('k') | components/webdata/encryptor/encryptor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/encryptor/encryptor.h
diff --git a/chrome/browser/password_manager/encryptor.h b/components/webdata/encryptor/encryptor.h
similarity index 91%
rename from chrome/browser/password_manager/encryptor.h
rename to components/webdata/encryptor/encryptor.h
index 06eddd101230343c411a97482e8070eb7999ebce..94ce108afa0f1643785ba6e973ffdd451495cb4c 100644
--- a/chrome/browser/password_manager/encryptor.h
+++ b/components/webdata/encryptor/encryptor.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 CHROME_BROWSER_PASSWORD_MANAGER_ENCRYPTOR_H__
-#define CHROME_BROWSER_PASSWORD_MANAGER_ENCRYPTOR_H__
+#ifndef COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_H_
+#define COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_H_
#include <string>
@@ -48,4 +48,4 @@ class Encryptor {
DISALLOW_IMPLICIT_CONSTRUCTORS(Encryptor);
};
-#endif // CHROME_BROWSER_PASSWORD_MANAGER_ENCRYPTOR_H__
+#endif // COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_H_
« no previous file with comments | « components/webdata/encryptor/README ('k') | components/webdata/encryptor/encryptor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698