Index: content/common/page_state_serialization.h |
diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h |
index 7a3cb27f002b25bab374c22c0039b9eedacfb236..b46bc01435e8bd8fa188d5d3c238dcb1894ffbb5 100644 |
--- a/content/common/page_state_serialization.h |
+++ b/content/common/page_state_serialization.h |
@@ -23,11 +23,7 @@ struct CONTENT_EXPORT ExplodedHttpBodyElement { |
int64 file_start; |
int64 file_length; |
double file_modification_time; |
-#ifdef USE_BLOB_UUIDS |
std::string blob_uuid; |
-#else |
- GURL deprecated_blob_url; |
-#endif |
ExplodedHttpBodyElement(); |
~ExplodedHttpBodyElement(); |