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

Unified Diff: net/disk_cache/blockfile/index_table_v3.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 | « net/disk_cache/blockfile/disk_format_v3.h ('k') | net/filter/brotli_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/blockfile/index_table_v3.cc
diff --git a/net/disk_cache/blockfile/index_table_v3.cc b/net/disk_cache/blockfile/index_table_v3.cc
index 426d683bba2ebe354ef01b2ad685ff2df444cf23..9c24e8053fede5d8d5fcef4ad930729310152bad 100644
--- a/net/disk_cache/blockfile/index_table_v3.cc
+++ b/net/disk_cache/blockfile/index_table_v3.cc
@@ -9,6 +9,7 @@
#include <set>
#include <utility>
+#include "base/bit_cast.h"
#include "base/bits.h"
#include "net/base/io_buffer.h"
#include "net/base/net_errors.h"
« no previous file with comments | « net/disk_cache/blockfile/disk_format_v3.h ('k') | net/filter/brotli_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698