diff options
Diffstat (limited to 'chromium/third_party/unrar')
-rw-r--r-- | chromium/third_party/unrar/patches/chromium_changes.patch | 2 | ||||
-rw-r--r-- | chromium/third_party/unrar/src/errhnd.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chromium/third_party/unrar/patches/chromium_changes.patch b/chromium/third_party/unrar/patches/chromium_changes.patch index 2c0a48e9834..35c75e361e1 100644 --- a/chromium/third_party/unrar/patches/chromium_changes.patch +++ b/chromium/third_party/unrar/patches/chromium_changes.patch @@ -104,7 +104,7 @@ index ef1c372ae491..55f098961657 100644 +// NOTE(vakh): The process.h file needs to be included first because "rar.hpp" +// defines certain macros that cause symbol redefinition errors +#if defined(UNRAR_NO_EXCEPTIONS) -+#include "base/logging.h" ++#include "base/check.h" +#include "base/process/process.h" +#endif // defined(UNRAR_NO_EXCEPTIONS) diff --git a/chromium/third_party/unrar/src/errhnd.cpp b/chromium/third_party/unrar/src/errhnd.cpp index 9a30acdb5ee..8ccdaa7377d 100644 --- a/chromium/third_party/unrar/src/errhnd.cpp +++ b/chromium/third_party/unrar/src/errhnd.cpp @@ -1,7 +1,7 @@ // NOTE(vakh): The process.h file needs to be included first because "rar.hpp" // defines certain macros that cause symbol redefinition errors #if defined(UNRAR_NO_EXCEPTIONS) -#include "base/logging.h" +#include "base/check.h" #include "base/process/process.h" #endif // defined(UNRAR_NO_EXCEPTIONS) |