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

Unified Diff: net/disk_cache/blockfile/bitmap.h

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: bit_cast spruce up+fix typo Created 4 years, 12 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
Index: net/disk_cache/blockfile/bitmap.h
diff --git a/net/disk_cache/blockfile/bitmap.h b/net/disk_cache/blockfile/bitmap.h
index 54e41620b14b36573d345eb608bf4a28750acb5f..59a987a2faea489250a54d902f579f93d28e3c40 100644
--- a/net/disk_cache/blockfile/bitmap.h
+++ b/net/disk_cache/blockfile/bitmap.h
@@ -6,6 +6,7 @@
#define NET_DISK_CACHE_BLOCKFILE_BITMAP_H_
#include <stdint.h>
+#include <string.h>
#include "base/macros.h"
#include "net/base/net_export.h"

Powered by Google App Engine
This is Rietveld 408576698