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

Unified Diff: chrome/browser/signin/signin_tracker_unittest.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile 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/signin/signin_tracker_unittest.cc
diff --git a/chrome/browser/signin/signin_tracker_unittest.cc b/chrome/browser/signin/signin_tracker_unittest.cc
index 9d70257305360f1b919f81ab64364ddc920cf0e9..8ae1235ff44f306114af8f402a1475da30bb5e44 100644
--- a/chrome/browser/signin/signin_tracker_unittest.cc
+++ b/chrome/browser/signin/signin_tracker_unittest.cc
@@ -35,7 +35,7 @@ class MockTokenService : public TokenService {
MOCK_CONST_METHOD1(HasTokenForService, bool(const char*));
};
-ProfileKeyedBase* BuildMockTokenService(Profile* profile) {
+ProfileKeyedService* BuildMockTokenService(Profile* profile) {
return new MockTokenService;
}

Powered by Google App Engine
This is Rietveld 408576698