Index: trunk/src/chrome/browser/favicon/favicon_handler_unittest.cc |
=================================================================== |
--- trunk/src/chrome/browser/favicon/favicon_handler_unittest.cc (revision 281307) |
+++ trunk/src/chrome/browser/favicon/favicon_handler_unittest.cc (working copy) |
@@ -3,7 +3,6 @@ |
// found in the LICENSE file. |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/favicon/chrome_favicon_client.h" |
#include "chrome/browser/favicon/favicon_handler.h" |
#include "chrome/browser/favicon/favicon_service.h" |
#include "chrome/browser/favicon/favicon_service_factory.h" |
@@ -1405,9 +1404,7 @@ |
} |
static KeyedService* BuildFaviconService(content::BrowserContext* profile) { |
- FaviconClient* favicon_client = |
- new ChromeFaviconClient(static_cast<Profile*>(profile)); |
- return new FaviconService(static_cast<Profile*>(profile), favicon_client); |
+ return new FaviconService(static_cast<Profile*>(profile)); |
} |
static KeyedService* BuildHistoryService(content::BrowserContext* profile) { |