refactor: replace USE_X11 with OS_LINUX for sharing code with Ozone (#25522)

This commit is contained in:
Valentin Hăloiu
2020-09-21 02:11:59 +02:00
committed by GitHub
parent 137fc65e2f
commit efd003d277
9 changed files with 18 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
#include "shell/browser/window_list.h"
#include "shell/common/application_info.h"
#if defined(USE_X11)
#if defined(OS_LINUX)
#include "shell/browser/linux/unity_service.h"
#include "ui/gtk/gtk_util.h"
#endif