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

Unified Diff: chrome/browser/protector/mock_protector_service.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 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/protector/mock_protector_service.cc
diff --git a/chrome/browser/protector/mock_protector_service.cc b/chrome/browser/protector/mock_protector_service.cc
index 971ea28f841c20d8962b1824a0cc0b554cb5d1c6..a8caacb6ed780cfddd9921b767620908eab632b6 100644
--- a/chrome/browser/protector/mock_protector_service.cc
+++ b/chrome/browser/protector/mock_protector_service.cc
@@ -11,7 +11,7 @@ namespace protector {
namespace {
-ProfileKeyedBase* BuildMockProtectorService(Profile* profile) {
+ProfileKeyedService* BuildMockProtectorService(Profile* profile) {
return new MockProtectorService(profile);
}

Powered by Google App Engine
This is Rietveld 408576698