commit | 78281f3902d1ff5e8351dae106f70498a79b6c56 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Fri Jul 31 03:09:03 2020 |
committer | Commit Bot <[email protected]> | Fri Jul 31 03:09:03 2020 |
tree | d836febff8f91b4439c48bb45f1c0f3ff1eafb1c | |
parent | 7eb603d5ea7415e650f76c06970ae826a9ce57b5 [diff] [blame] |
Further cleanup of OS_MACOSX in base Bug: 1105907 Change-Id: Id2fd4b8763304fbe260c363c3c4dc77056d09c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328331 Commit-Queue: Mark Mentovai <[email protected]> Reviewed-by: Mark Mentovai <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/master@{#793494}
diff --git a/base/enterprise_util.h b/base/enterprise_util.h index 6602b05..8bde3a09 100644 --- a/base/enterprise_util.h +++ b/base/enterprise_util.h
@@ -55,7 +55,7 @@ }; BASE_EXPORT DeviceUserDomainJoinState AreDeviceAndUserJoinedToDomain(); -#endif // OS_MACOSX +#endif // OS_APPLE } // namespace base