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

Unified Diff: chrome/utility/importer/nss_decryptor_mac.mm

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_mac.h ('k') | chrome/utility/importer/nss_decryptor_null.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/nss_decryptor_mac.mm
diff --git a/chrome/browser/importer/nss_decryptor_mac.mm b/chrome/utility/importer/nss_decryptor_mac.mm
similarity index 95%
rename from chrome/browser/importer/nss_decryptor_mac.mm
rename to chrome/utility/importer/nss_decryptor_mac.mm
index 7b45a1271b9135764c5d8cd0f2c48de8b7f769bb..c01e96e11bd53770f374cec7ec80f0d72710eaab 100644
--- a/chrome/browser/importer/nss_decryptor_mac.mm
+++ b/chrome/utility/importer/nss_decryptor_mac.mm
@@ -10,8 +10,8 @@
#include "base/logging.h"
#include "base/strings/sys_string_conversions.h"
-#include "chrome/browser/importer/firefox_importer_utils.h"
-#include "chrome/browser/importer/nss_decryptor_mac.h"
+#include "chrome/common/importer/firefox_importer_utils.h"
+#include "chrome/utility/importer/nss_decryptor_mac.h"
// Important!! : On OS X the nss3 libraries are compiled with depedencies
// on one another, referenced using dyld's @executable_path directive.
« no previous file with comments | « chrome/utility/importer/nss_decryptor_mac.h ('k') | chrome/utility/importer/nss_decryptor_null.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698