| 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 5eabd3ebaf09a4041c43dfa6e4ca3764d4c14cad..bd4acf95a54e83bbb7d79c6ea46375b7f914ba2d 100644
|
| --- a/chrome/common/importer/ie_importer_utils_win.cc
|
| +++ b/chrome/common/importer/ie_importer_utils_win.cc
|
| @@ -18,7 +18,8 @@ const char16 kIEStorage2Key[] =
|
| const char16 kIESettingsMainKey[] =
|
| L"Software\\Microsoft\\Internet Explorer\\Main";
|
|
|
| -string16 GetPotentiallyOverridenIEKey(const string16& desired_key_path) {
|
| +base::string16 GetPotentiallyOverridenIEKey(
|
| + const base::string16& desired_key_path) {
|
| base::string16 test_reg_override(
|
| IEImporterTestRegistryOverrider::GetTestRegistryOverride());
|
| return test_reg_override.empty() ? desired_key_path : test_reg_override;
|
|
|