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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager_unittest.cc

Issue 2700783002: s/\bArc\b/ARC/g for ARC related code. (Closed)
Patch Set: Address ARC++ Created 3 years, 10 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/chromeos/arc/arc_session_manager_unittest.cc
diff --git a/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc b/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
index 684970c160b241991227299a61d7fd13efb71351..a2ae503691852ed92025709486af532bfff0d805 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
+++ b/chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
@@ -487,7 +487,7 @@ TEST_F(ArcSessionManagerTest, DisabledForNonPrimaryProfile) {
GetFakeUserManager()->SwitchActiveUser(account_id);
second_profile->GetPrefs()->SetBoolean(prefs::kArcEnabled, true);
- // Check that non-primary user can't use Arc.
+ // Check that non-primary user can't use ARC.
EXPECT_FALSE(chromeos::ProfileHelper::IsPrimaryProfile(second_profile.get()));
EXPECT_FALSE(ArcAppListPrefs::Get(second_profile.get()));

Powered by Google App Engine
This is Rietveld 408576698