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

Unified Diff: chrome/browser/ui/webui/sync_setup_handler_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/ui/webui/sync_setup_handler_unittest.cc
diff --git a/chrome/browser/ui/webui/sync_setup_handler_unittest.cc b/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
index f38249bd98ab3b0dc145e2bb50c80f08fa9b3e04..5651fabee6f777eb63c3164a18629463fa9450ce 100644
--- a/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
+++ b/chrome/browser/ui/webui/sync_setup_handler_unittest.cc
@@ -120,7 +120,7 @@ class SigninManagerMock : public FakeSigninManager {
std::string captcha_;
};
-static ProfileKeyedBase* BuildSigninManagerMock(Profile* profile) {
+static ProfileKeyedService* BuildSigninManagerMock(Profile* profile) {
return new SigninManagerMock();
}

Powered by Google App Engine
This is Rietveld 408576698