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

Unified Diff: chrome/utility/importer/nss_decryptor_system_nss.h

Issue 18501013: Move most importer code to chrome/utility/importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another gyp attempt Created 7 years, 5 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 | « chrome/utility/importer/nss_decryptor_null.h ('k') | chrome/utility/importer/nss_decryptor_system_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/nss_decryptor_system_nss.h
diff --git a/chrome/browser/importer/nss_decryptor_system_nss.h b/chrome/utility/importer/nss_decryptor_system_nss.h
similarity index 90%
rename from chrome/browser/importer/nss_decryptor_system_nss.h
rename to chrome/utility/importer/nss_decryptor_system_nss.h
index b71b500e5a3818944037e10b4e887e0ed5bc31a1..3cdaa362c498896212e47b1edcd118c7969a98ca 100644
--- a/chrome/browser/importer/nss_decryptor_system_nss.h
+++ b/chrome/utility/importer/nss_decryptor_system_nss.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_IMPORTER_NSS_DECRYPTOR_SYSTEM_NSS_H_
-#define CHROME_BROWSER_IMPORTER_NSS_DECRYPTOR_SYSTEM_NSS_H_
+#ifndef CHROME_UTILITY_IMPORTER_NSS_DECRYPTOR_SYSTEM_NSS_H_
+#define CHROME_UTILITY_IMPORTER_NSS_DECRYPTOR_SYSTEM_NSS_H_
#include <secmodt.h>
#include <string>
@@ -59,4 +59,4 @@ class NSSDecryptor {
DISALLOW_COPY_AND_ASSIGN(NSSDecryptor);
};
-#endif // CHROME_BROWSER_IMPORTER_NSS_DECRYPTOR_SYSTEM_NSS_H_
+#endif // CHROME_UTILITY_IMPORTER_NSS_DECRYPTOR_SYSTEM_NSS_H_
« no previous file with comments | « chrome/utility/importer/nss_decryptor_null.h ('k') | chrome/utility/importer/nss_decryptor_system_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698