Index: chrome/test/base/testing_profile_manager.h |
diff --git a/chrome/test/base/testing_profile_manager.h b/chrome/test/base/testing_profile_manager.h |
index b4c1dda39d3197ce30a4a4719699b218f657d498..a1e9f2e039b0e0a648801ba3f6c874aca2c862b5 100644 |
--- a/chrome/test/base/testing_profile_manager.h |
+++ b/chrome/test/base/testing_profile_manager.h |
@@ -44,7 +44,7 @@ class TestingProfileManager { |
// profile_name, which is a non-user-visible key for the test environment. |
// |prefs| is the PrefService used by the profile. If it is NULL, the profile |
// creates a PrefService on demand. |
- // |user_name|, |avatar_id| and |managed_user_id| are passed along to the |
+ // |user_name|, |avatar_id| and |supervised_user_id| are passed along to the |
// ProfileInfoCache and provide the user-visible profile metadata. This will |
// register the TestingProfile with the profile subsystem as well. The |
// subsystem owns the Profile and returns a weak pointer. |
@@ -54,7 +54,7 @@ class TestingProfileManager { |
scoped_ptr<PrefServiceSyncable> prefs, |
const base::string16& user_name, |
int avatar_id, |
- const std::string& managed_user_id, |
+ const std::string& supervised_user_id, |
const TestingProfile::TestingFactories& factories); |
// Small helper for creating testing profiles. Just forwards to above. |