Index: net/disk_cache/simple/simple_index_file.h |
diff --git a/net/disk_cache/simple/simple_index_file.h b/net/disk_cache/simple/simple_index_file.h |
index 17aee44ab42e38876a29403d82d35ea2d7d54559..d0443011ee3af039ced9bb498dcd257a72a3639f 100644 |
--- a/net/disk_cache/simple/simple_index_file.h |
+++ b/net/disk_cache/simple/simple_index_file.h |
@@ -115,7 +115,8 @@ class NET_EXPORT_PRIVATE SimpleIndexFile { |
base::Time* out_last_cache_seen_by_index, |
SimpleIndexLoadResult* out_result); |
- // Returns a scoped_ptr for a newly allocated Pickle containing the serialized |
+ // Returns a scoped_ptr for a newly allocated base::Pickle containing the |
+ // serialized |
// data to be written to a file. Note: the pickle is not in a consistent state |
// immediately after calling this menthod, one needs to call |
// SerializeFinalData to make it ready to write to a file. |