blob: 400d63f06daf89a022dd517bb12e84d47d4b0f0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- chrome/updater/app/app_uninstall.cc.orig 2022-02-07 13:39:41 UTC
+++ chrome/updater/app/app_uninstall.cc
@@ -31,7 +31,7 @@
#include "chrome/updater/win/setup/uninstall.h"
#elif defined(OS_MAC)
#include "chrome/updater/mac/setup/setup.h"
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_BSD)
#include "chrome/updater/linux/setup/setup.h"
#endif
|