| Index: chrome/browser/favicon_service.cc
|
| diff --git a/chrome/browser/favicon_service.cc b/chrome/browser/favicon_service.cc
|
| index 9dbb010a87b3a18e6dfd969c3651f5b9fba86d03..3a309494bfb6aa5f2aab732517f4820faf66f547 100644
|
| --- a/chrome/browser/favicon_service.cc
|
| +++ b/chrome/browser/favicon_service.cc
|
| @@ -7,8 +7,8 @@
|
| #include "chrome/browser/history/history.h"
|
| #include "chrome/browser/history/history_backend.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/webui/web_ui_factory.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "content/browser/webui/web_ui_factory.h"
|
|
|
| FaviconService::FaviconService(Profile* profile) : profile_(profile) {
|
| }
|
|
|