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

Unified Diff: chrome/browser/importer/firefox3_importer.h

Issue 18064002: The browser importer code which runs in the utility process should not depend on chrome\browser dat… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 months 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/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;

Powered by Google App Engine
This is Rietveld 408576698