Index: content/browser/indexed_db/indexed_db_dispatcher_host.h |
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h |
index b9f999c418014736b20fda7b99974890782d05c4..10ef04bd20b497dface5b4cddac758d1216bfd25 100644 |
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h |
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h |
@@ -96,7 +96,7 @@ class IndexedDBDispatcherHost : public BrowserMessageFilter { |
void HoldBlobDataHandle( |
const std::string& uuid, |
- scoped_ptr<webkit_blob::BlobDataHandle>& blob_data_handle); |
+ scoped_ptr<webkit_blob::BlobDataHandle> blob_data_handle); |
void DropBlobDataHandle(const std::string& uuid); |
private: |