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

Unified Diff: components/compression/compression_utils.cc

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compile after r368203 Created 4 years, 11 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 | « chromeos/hugepage_text/hugepage_text.cc ('k') | components/visitedlink/common/visitedlink_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/compression/compression_utils.cc
diff --git a/components/compression/compression_utils.cc b/components/compression/compression_utils.cc
index dfc1664fbea692d973ac17e3712f6c5cf2895804..aedfc8e3a02cd471a129b37bb1ac4e54aa59cf7f 100644
--- a/components/compression/compression_utils.cc
+++ b/components/compression/compression_utils.cc
@@ -10,6 +10,7 @@
#include <vector>
+#include "base/bit_cast.h"
#include "base/logging.h"
#include "base/sys_byteorder.h"
#include "third_party/zlib/zlib.h"
« no previous file with comments | « chromeos/hugepage_text/hugepage_text.cc ('k') | components/visitedlink/common/visitedlink_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698