summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_webrtc_base_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-third__party_webrtc_base_linux.h')
-rw-r--r--www/chromium/files/patch-third__party_webrtc_base_linux.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/www/chromium/files/patch-third__party_webrtc_base_linux.h b/www/chromium/files/patch-third__party_webrtc_base_linux.h
deleted file mode 100644
index 8d1705bd183c..000000000000
--- a/www/chromium/files/patch-third__party_webrtc_base_linux.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- third_party/webrtc/base/linux.h.orig 2017-01-26 00:50:17 UTC
-+++ third_party/webrtc/base/linux.h
-@@ -11,7 +11,7 @@
- #ifndef WEBRTC_BASE_LINUX_H_
- #define WEBRTC_BASE_LINUX_H_
-
--#if defined(WEBRTC_LINUX)
-+#if defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)
- #include <string>
- #include <map>
- #include <memory>
-@@ -114,5 +114,5 @@ int ReadCpuMaxFreq();
-
- } // namespace rtc
-
--#endif // defined(WEBRTC_LINUX)
-+#endif // defined(WEBRTC_LINUX) || defined(WEBRTC_BSD)
- #endif // WEBRTC_BASE_LINUX_H_