Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: trunk/src/components/favicon/core/browser/favicon_client.h

Issue 334613004: Revert 276642 "Turn FaviconClient into a Keyed service." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/components/favicon/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/favicon/core/browser/favicon_client.h
===================================================================
--- trunk/src/components/favicon/core/browser/favicon_client.h (revision 276741)
+++ trunk/src/components/favicon/core/browser/favicon_client.h (working copy)
@@ -5,14 +5,12 @@
#ifndef COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_CLIENT_H_
#define COMPONENTS_FAVICON_CORE_BROWSER_FAVICON_CLIENT_H_
-#include "components/keyed_service/core/keyed_service.h"
-
class FaviconService;
class GURL;
// This class abstracts operations that depend on the embedder's environment,
// e.g. Chrome.
-class FaviconClient : public KeyedService {
+class FaviconClient {
public:
virtual ~FaviconClient() {};
« no previous file with comments | « trunk/src/components/favicon/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698