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

Unified Diff: storage/browser/blob/view_blob_internals_job.h

Issue 810403004: [Storage] Blob Storage Refactoring pt 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright Created 5 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
Index: storage/browser/blob/view_blob_internals_job.h
diff --git a/storage/browser/blob/view_blob_internals_job.h b/storage/browser/blob/view_blob_internals_job.h
index 4ab1e30cc8601e8cc821324f8a15bd34e72828f8..2abb1d4f8ffcc8eb52ab1b588f5f1e2da816fe0b 100644
--- a/storage/browser/blob/view_blob_internals_job.h
+++ b/storage/browser/blob/view_blob_internals_job.h
@@ -17,7 +17,7 @@ class URLRequest;
namespace storage {
-class BlobData;
+class BlobDataSnapshot;
class BlobStorageContext;
// A job subclass that implements a protocol to inspect the internal
@@ -41,7 +41,7 @@ class STORAGE_EXPORT ViewBlobInternalsJob
~ViewBlobInternalsJob() override;
void GenerateHTML(std::string* out) const;
- static void GenerateHTMLForBlobData(const BlobData& blob_data,
+ static void GenerateHTMLForBlobData(const BlobDataSnapshot& blob_data,
int refcount,
std::string* out);

Powered by Google App Engine
This is Rietveld 408576698