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

Unified Diff: components/encryptor/encryptor.h

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
« no previous file with comments | « components/encryptor/README ('k') | components/encryptor/encryptor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/encryptor/encryptor.h
diff --git a/components/webdata/encryptor/encryptor.h b/components/encryptor/encryptor.h
similarity index 92%
rename from components/webdata/encryptor/encryptor.h
rename to components/encryptor/encryptor.h
index d8f1a363db2dd083e62a20f6c7850a0bbc843f18..7b94d37c737761c3d3897ff7b8d18088f2a0fce6 100644
--- a/components/webdata/encryptor/encryptor.h
+++ b/components/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 COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_H_
-#define COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_H_
+#ifndef COMPONENTS_ENCRYPTOR_ENCRYPTOR_H_
+#define COMPONENTS_ENCRYPTOR_ENCRYPTOR_H_
#include <string>
@@ -48,4 +48,4 @@ class Encryptor {
DISALLOW_IMPLICIT_CONSTRUCTORS(Encryptor);
};
-#endif // COMPONENTS_WEBDATA_ENCRYPTOR_ENCRYPTOR_H_
+#endif // COMPONENTS_ENCRYPTOR_ENCRYPTOR_H_
« no previous file with comments | « components/encryptor/README ('k') | components/encryptor/encryptor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698