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

Unified Diff: webkit/blob/blob_data.h

Issue 10834386: Cleanup Blob code dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | webkit/blob/blob_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/blob_data.h
diff --git a/webkit/blob/blob_data.h b/webkit/blob/blob_data.h
index 3d276f0509e70872c9646a30af2030d9b1d9e605..9599394f60e49d971654c4a53ad23d5ab6cbca2b 100644
--- a/webkit/blob/blob_data.h
+++ b/webkit/blob/blob_data.h
@@ -79,7 +79,6 @@ class BLOB_EXPORT BlobData : public base::RefCounted<BlobData> {
};
BlobData();
- explicit BlobData(const WebKit::WebBlobData& data);
void AppendData(const std::string& data) {
AppendData(data.c_str(), data.size());
« no previous file with comments | « no previous file | webkit/blob/blob_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698