| Index: chrome/browser/profiles/profile_dependency_manager_unittest.cc
|
| diff --git a/chrome/browser/profiles/profile_dependency_manager_unittest.cc b/chrome/browser/profiles/profile_dependency_manager_unittest.cc
|
| index 458ff86dd0006c936ec74594b666e04c90471f77..1dab5fee46245da6add4baf5808b043ae77e1940 100644
|
| --- a/chrome/browser/profiles/profile_dependency_manager_unittest.cc
|
| +++ b/chrome/browser/profiles/profile_dependency_manager_unittest.cc
|
| @@ -36,12 +36,12 @@ class TestService : public ProfileKeyedServiceFactory {
|
| }
|
|
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE {
|
| + content::BrowserContext* profile) const OVERRIDE {
|
| ADD_FAILURE() << "This isn't part of the tests!";
|
| return NULL;
|
| }
|
|
|
| - virtual void ProfileShutdown(Profile* profile) OVERRIDE {
|
| + virtual void ProfileShutdown(content::BrowserContext* profile) OVERRIDE {
|
| fill_on_shutdown_->push_back(name_);
|
| }
|
|
|
|
|