| Index: chrome/common/importer/ie_importer_utils_win.cc
|
| diff --git a/chrome/common/importer/ie_importer_utils_win.cc b/chrome/common/importer/ie_importer_utils_win.cc
|
| index bd4acf95a54e83bbb7d79c6ea46375b7f914ba2d..4275a8e4b08af146183ff602602d7c2aeee601f3 100644
|
| --- a/chrome/common/importer/ie_importer_utils_win.cc
|
| +++ b/chrome/common/importer/ie_importer_utils_win.cc
|
| @@ -8,14 +8,14 @@
|
|
|
| namespace {
|
|
|
| -const char16 kIEFavoritesOrderKey[] =
|
| +const base::char16 kIEFavoritesOrderKey[] =
|
| L"Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\"
|
| L"MenuOrder\\Favorites";
|
|
|
| -const char16 kIEStorage2Key[] =
|
| +const base::char16 kIEStorage2Key[] =
|
| L"Software\\Microsoft\\Internet Explorer\\IntelliForms\\Storage2";
|
|
|
| -const char16 kIESettingsMainKey[] =
|
| +const base::char16 kIESettingsMainKey[] =
|
| L"Software\\Microsoft\\Internet Explorer\\Main";
|
|
|
| base::string16 GetPotentiallyOverridenIEKey(
|
|
|