Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 1d2a6f66eb25edc23717a97717f0028336d96de8..7b5189b914841e019608ea1c4b4183672d4d8b81 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -501,10 +501,6 @@ Profile* TestingProfile::GetOffTheRecordProfile() { |
return incognito_profile_.get(); |
} |
-GAIAInfoUpdateService* TestingProfile::GetGAIAInfoUpdateService() { |
- return NULL; |
-} |
- |
bool TestingProfile::HasOffTheRecordProfile() { |
return incognito_profile_.get() != NULL; |
} |