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

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

Issue 1885683005: Add module suffix in .mojom files for components/arc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase only Created 4 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service.cc ('k') | chrome/browser/chromeos/arc/arc_policy_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_auth_service_unittest.cc
diff --git a/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc b/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc
index 90f056c08fc6a36898fe89cc2359ea639291fcd5..7ce9bbc72d637ed05b046cee416747351d1028f0 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc
+++ b/chrome/browser/chromeos/arc/arc_auth_service_unittest.cc
@@ -228,7 +228,8 @@ TEST_F(ArcAuthServiceTest, SignInStatus) {
EXPECT_EQ(ArcBridgeService::State::READY, bridge_service()->state());
// Report failure.
- auth_service()->OnSignInFailed(arc::ArcSignInFailureReason::UNKNOWN_ERROR);
+ auth_service()->OnSignInFailed(
+ arc::mojom::ArcSignInFailureReason::UNKNOWN_ERROR);
EXPECT_FALSE(prefs->GetBoolean(prefs::kArcSignedIn));
EXPECT_EQ(ArcAuthService::State::STOPPED, auth_service()->state());
EXPECT_EQ(ArcBridgeService::State::STOPPED, bridge_service()->state());
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service.cc ('k') | chrome/browser/chromeos/arc/arc_policy_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698