diff options
Diffstat (limited to 'chromium/third_party/unrar/src/errhnd.cpp')
-rw-r--r-- | chromium/third_party/unrar/src/errhnd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |