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

Unified Diff: chromeos/dbus/fake_auth_policy_client.cc

Issue 2555293002: Move ADJoinErrorType from authpolicy to authpolicy::types namespace (Closed)
Patch Set: missed one Created 4 years 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 | « chromeos/dbus/auth_policy_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/fake_auth_policy_client.cc
diff --git a/chromeos/dbus/fake_auth_policy_client.cc b/chromeos/dbus/fake_auth_policy_client.cc
index 19647ea01f6df221fd678ac2600c5faaf508805b..aaaa9b72d7ef785908f9e5c9e60bb328f9db10ae 100644
--- a/chromeos/dbus/fake_auth_policy_client.cc
+++ b/chromeos/dbus/fake_auth_policy_client.cc
@@ -64,7 +64,7 @@ void FakeAuthPolicyClient::JoinAdDomain(const std::string& machine_name,
const std::string& user,
int password_fd,
const JoinCallback& callback) {
- callback.Run(authpolicy::AD_JOIN_ERROR_NONE);
+ callback.Run(authpolicy::types::AD_JOIN_ERROR_NONE);
}
void FakeAuthPolicyClient::RefreshDevicePolicy(
« no previous file with comments | « chromeos/dbus/auth_policy_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698