| Index: chrome/utility/importer/ie_importer_win.h
|
| diff --git a/chrome/utility/importer/ie_importer_win.h b/chrome/utility/importer/ie_importer_win.h
|
| index db22a2261c392344b5ac3b8029f91564afe1a4d5..2e0752aa671c35785af32b7288691cff8573012e 100644
|
| --- a/chrome/utility/importer/ie_importer_win.h
|
| +++ b/chrome/utility/importer/ie_importer_win.h
|
| @@ -32,7 +32,7 @@ class IEImporter : public Importer {
|
| // A struct that hosts the information of IE Favorite folder.
|
| struct FavoritesInfo {
|
| base::FilePath path;
|
| - string16 links_folder;
|
| + base::string16 links_folder;
|
| };
|
|
|
| // IE PStore subkey GUID: AutoComplete password & form data.
|
|
|