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

Unified Diff: chrome/common/importer/ie_importer_utils_win.h

Issue 1465853002: Implement support for importing favorites from Edge on Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing include files Created 5 years 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: chrome/common/importer/ie_importer_utils_win.h
diff --git a/chrome/common/importer/ie_importer_utils_win.h b/chrome/common/importer/ie_importer_utils_win.h
index 026911591758917153144e35b996ff34b51c4021..8e43bbaee4c2658199419d7a7bffb11b1baebc04 100644
--- a/chrome/common/importer/ie_importer_utils_win.h
+++ b/chrome/common/importer/ie_importer_utils_win.h
@@ -10,15 +10,15 @@
namespace importer {
// Returns the key to be used in HKCU to look for IE's favorites order blob.
-// Overridable by tests via IEImporterTestRegistryOverrider.
+// Overridable by tests via ImporterTestRegistryOverrider.
base::string16 GetIEFavoritesOrderKey();
// Returns the key to be used in HKCU to look for IE7 passwords.
-// Overridable by tests via IEImporterTestRegistryOverrider.
+// Overridable by tests via ImporterTestRegistryOverrider.
base::string16 GetIE7PasswordsKey();
// Returns the key to be used in HKCU to look for IE settings.
-// Overridable by tests via IEImporterTestRegistryOverrider.
+// Overridable by tests via ImporterTestRegistryOverrider.
base::string16 GetIESettingsKey();
} // namespace importer

Powered by Google App Engine
This is Rietveld 408576698