Index: remoting/host/remoting_me2me_host.cc |
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc |
index 8124cc557f08591da2be9d21e584101a2eea9e58..993c0abbb9c8d35647b6753ab28e756fbc034863 100644 |
--- a/remoting/host/remoting_me2me_host.cc |
+++ b/remoting/host/remoting_me2me_host.cc |
@@ -1084,7 +1084,7 @@ void HostProcess::ApplyHostDomainPolicy() { |
ShutdownHost(kInvalidHostDomainExitCode); |
} |
- if (!EndsWith(host_owner_, std::string("@") + host_domain_, false)) { |
+ if (!base::EndsWith(host_owner_, std::string("@") + host_domain_, false)) { |
LOG(ERROR) << "The host domain does not match the policy."; |
ShutdownHost(kInvalidHostDomainExitCode); |
} |