| Index: chrome/browser/importer/profile_writer.cc
|
| diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc
|
| index 8d514d410ab8fe0b6eb1d9c18c8840bf1ba1430c..4a46de40d2d8817fe4695e56c442c88f23e9efc5 100644
|
| --- a/chrome/browser/importer/profile_writer.cc
|
| +++ b/chrome/browser/importer/profile_writer.cc
|
| @@ -15,7 +15,6 @@
|
| #include "base/threading/thread.h"
|
| #include "chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| #include "chrome/browser/favicon/favicon_service_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| @@ -26,6 +25,7 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| #include "components/bookmarks/browser/bookmark_model.h"
|
| +#include "components/favicon/core/browser/favicon_service.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "components/password_manager/core/browser/password_store.h"
|
| #include "components/search_engines/template_url.h"
|
|
|