Index: content/public/browser/browser_context.h |
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h |
index 79640f08e9d4d00144482b91cd846f0fa202e3f2..addc4d7800c5beba34b0efbe7d4c13d978fa125d 100644 |
--- a/content/public/browser/browser_context.h |
+++ b/content/public/browser/browser_context.h |
@@ -39,8 +39,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { |
public: |
// Used in ForEachStoragePartition(). The first argument is the partition id. |
// The second argument is the StoragePartition object for that partition id. |
- typedef base::Callback<void(const std::string&, StoragePartition*)> |
- StoragePartitionCallback; |
+ typedef base::Callback<void(StoragePartition*)> StoragePartitionCallback; |
static DownloadManager* GetDownloadManager(BrowserContext* browser_context); |