Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6474)

Unified Diff: chrome/installer/util/lzma_file_allocator.h

Issue 1700453002: Update lzma_sdk sources to 15.14. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium modifications Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/installer/util/lzma_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/lzma_file_allocator.h
diff --git a/chrome/installer/util/lzma_file_allocator.h b/chrome/installer/util/lzma_file_allocator.h
index 6ec3252caf48eca0aa4b2afd4654fc2aac271a63..d727d2f1b7bdeabd7a40e76297c97e49f055acad 100644
--- a/chrome/installer/util/lzma_file_allocator.h
+++ b/chrome/installer/util/lzma_file_allocator.h
@@ -12,10 +12,7 @@
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/win/scoped_handle.h"
-
-extern "C" {
-#include "third_party/lzma_sdk/Types.h"
-}
+#include "third_party/lzma_sdk/7zTypes.h"
// File mapping memory management class which supports multiple allocations in
// series, but not in parallel. It creates a unique temporary file within
« no previous file with comments | « no previous file | chrome/installer/util/lzma_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698