| Index: chrome/browser/favicon_service.cc
|
| diff --git a/chrome/browser/favicon_service.cc b/chrome/browser/favicon_service.cc
|
| index f97711922132fc2d3c58b0d80edb5aa0bfedfa5e..9dbb010a87b3a18e6dfd969c3651f5b9fba86d03 100644
|
| --- a/chrome/browser/favicon_service.cc
|
| +++ b/chrome/browser/favicon_service.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "chrome/browser/favicon_service.h"
|
|
|
| -#include "chrome/browser/dom_ui/web_ui_factory.h"
|
| #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"
|
|
|
| FaviconService::FaviconService(Profile* profile) : profile_(profile) {
|
|
|