diff options
Diffstat (limited to 'chrome/profile_import/profile_import_thread.h')
-rw-r--r-- | chrome/profile_import/profile_import_thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/profile_import/profile_import_thread.h b/chrome/profile_import/profile_import_thread.h index f780cc5..47f2015 100644 --- a/chrome/profile_import/profile_import_thread.h +++ b/chrome/profile_import/profile_import_thread.h @@ -42,8 +42,7 @@ class ProfileImportThread : public ChildThread { void NotifyEnded(); // Bridging methods that move data back across the process boundary. - void NotifyHistoryImportReady(const std::vector<history::URLRow> &rows, - history::VisitSource visit_source); + void NotifyHistoryImportReady(const std::vector<history::URLRow> &rows); void NotifyHomePageImportReady(const GURL& home_page); void NotifyBookmarksImportReady( const std::vector<ProfileWriter::BookmarkEntry>& bookmarks, |