| Index: chrome/browser/ui/app_list/arc/arc_app_test.cc
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_test.cc b/chrome/browser/ui/app_list/arc/arc_app_test.cc
|
| index 99570e7f8f0803ce3a8473e7e548a90bf8f96e0d..782f0075f4e84b9420735e66d3c2c489ded72668 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_test.cc
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_test.cc
|
| @@ -72,8 +72,8 @@ void ArcAppTest::SetUp(Profile* profile) {
|
| chromeos::ProfileHelper::Get()->SetUserToProfileMappingForTesting(user,
|
| profile_);
|
|
|
| - // A valid |arc_app_list_prefs_| is needed for the Arc bridge service and the
|
| - // Arc auth service.
|
| + // A valid |arc_app_list_prefs_| is needed for the ARC bridge service and the
|
| + // ARC auth service.
|
| arc_app_list_pref_ = ArcAppListPrefs::Get(profile_);
|
| if (!arc_app_list_pref_) {
|
| ArcAppListPrefsFactory::GetInstance()->RecreateServiceInstanceForTesting(
|
|
|