Commit 4fb8af34 authored by Steven Bingler's avatar Steven Bingler Committed by Commit Bot

Fix typo in AndroidEnterpriseInfo

Change-Id: Ie17324e4035eff24b50b6f4111cea2f466a8bcdc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503574
Auto-Submit: Steven Bingler <bingler@chromium.org>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#821455}
parent aa66c384
......@@ -48,7 +48,7 @@ void AndroidEnterpriseInfo::ServiceCallbacks(bool profile_owned,
// JNI_EnterpriseInfo_UpdateNativeOwnedState() is static function, this makes
// friending it a hassle because it must be declared in the file that the friend
// declaration is in, but it's declaration can't be included in multiple places
// declaration is in, but its declaration can't be included in multiple places
// or things get messy and the linker gets mad. This helper class exists only to
// friend the JNI function and is, in turn, friended by AndroidEnterpriseInfo
// which allows for the private ServiceCallbacks() to be reached.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment