Index: chrome/browser/importer/firefox3_importer.h |
=================================================================== |
--- chrome/browser/importer/firefox3_importer.h (revision 208750) |
+++ chrome/browser/importer/firefox3_importer.h (working copy) |
@@ -46,7 +46,7 @@ |
// Import the user's home page, unless it is set to default home page as |
// defined in browserconfig.properties. |
void ImportHomepage(); |
- void GetSearchEnginesXMLFiles(std::vector<base::FilePath>* files); |
+ void GetSearchEnginesXMLData(std::vector<std::string>* search_engine_data); |
// The struct stores the information about a bookmark item. |
struct BookmarkItem; |