Commit 8486d5ec authored by Hiroki Sato's avatar Hiroki Sato Committed by Commit Bot

Replace CHROMEOS macro with OS_CHROMEOS

CHROMEOS macro is defined in third_party/webrtc.
This CL replaces it with more appropriate macro.

Bug: None
Change-Id: I38fd9e830b8d4b9a6585f7b554377e364daf50e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022024Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Hiroki Sato <hirokisato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735657}
parent 5f28d4a6
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "base/win/wmi.h" #include "base/win/wmi.h"
#endif #endif
#if defined(CHROMEOS) #if defined(OS_CHROMEOS)
#include "chrome/browser/enterprise_reporting/android_app_info_generator.h" #include "chrome/browser/enterprise_reporting/android_app_info_generator.h"
#include "chrome/browser/ui/app_list/arc/arc_app_list_prefs.h" #include "chrome/browser/ui/app_list/arc/arc_app_list_prefs.h"
#endif #endif
......
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