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

Unified Diff: chrome/browser/webdata/web_data_service_factory.h

Issue 10908065: Introduce a couple of abstract bases for WebDataService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
Index: chrome/browser/webdata/web_data_service_factory.h
diff --git a/chrome/browser/webdata/web_data_service_factory.h b/chrome/browser/webdata/web_data_service_factory.h
index 9e360fba1d273459ff2df7ceb602e81d806e329e..b403cbb87e5dbc5e5f8e9833f814736ed466ae7c 100644
--- a/chrome/browser/webdata/web_data_service_factory.h
+++ b/chrome/browser/webdata/web_data_service_factory.h
@@ -36,7 +36,7 @@ class WebDataServiceFactory : public RefcountedProfileKeyedServiceFactory {
// |ProfileKeyedBaseFactory| methods:
virtual bool ServiceRedirectedInIncognito() OVERRIDE;
virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
- Profile* profile) const OVERRIDE;
+ Profile* profile) const OVERRIDE;
virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
};

Powered by Google App Engine
This is Rietveld 408576698