| Index: chrome/browser/favicon/favicon_service.h
|
| ===================================================================
|
| --- chrome/browser/favicon/favicon_service.h (revision 150873)
|
| +++ chrome/browser/favicon/favicon_service.h (working copy)
|
| @@ -11,6 +11,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "chrome/browser/cancelable_request.h"
|
| #include "chrome/browser/history/history_types.h"
|
| +#include "chrome/browser/profiles/profile_keyed_service.h"
|
| #include "chrome/common/ref_counted_util.h"
|
|
|
| class GURL;
|
| @@ -21,7 +22,8 @@
|
| //
|
| // This service is thread safe. Each request callback is invoked in the
|
| // thread that made the request.
|
| -class FaviconService : public CancelableRequestProvider {
|
| +class FaviconService : public CancelableRequestProvider,
|
| + public ProfileKeyedService {
|
| public:
|
| explicit FaviconService(Profile* profile);
|
|
|
|
|