| Index: chrome/browser/importer/importer_list.cc
|
| diff --git a/chrome/browser/importer/importer_list.cc b/chrome/browser/importer/importer_list.cc
|
| index 0339ee1e1b396ca8d8724fb0191d0d4b3a7d4571..0e9ff34e2c8d231ef1bfbe95cd060daf6ac8b202 100644
|
| --- a/chrome/browser/importer/importer_list.cc
|
| +++ b/chrome/browser/importer/importer_list.cc
|
| @@ -17,7 +17,7 @@
|
| #include <CoreFoundation/CoreFoundation.h>
|
|
|
| #include "base/mac/foundation_util.h"
|
| -#include "chrome/utility/importer/safari_importer.h"
|
| +#include "chrome/common/importer/safari_importer_utils.h"
|
| #endif
|
|
|
| using content::BrowserThread;
|
| @@ -41,7 +41,7 @@ void DetectIEProfiles(std::vector<importer::SourceProfile*>* profiles) {
|
| #if defined(OS_MACOSX)
|
| void DetectSafariProfiles(std::vector<importer::SourceProfile*>* profiles) {
|
| uint16 items = importer::NONE;
|
| - if (!SafariImporter::CanImport(base::mac::GetUserLibraryPath(), &items))
|
| + if (!SafariImporterCanImport(base::mac::GetUserLibraryPath(), &items))
|
| return;
|
|
|
| importer::SourceProfile* safari = new importer::SourceProfile;
|
|
|