diff options
Diffstat (limited to 'chrome/browser/chrome_blob_storage_context.h')
-rw-r--r-- | chrome/browser/chrome_blob_storage_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_blob_storage_context.h b/chrome/browser/chrome_blob_storage_context.h index f4e39a6..be8463a1 100644 --- a/chrome/browser/chrome_blob_storage_context.h +++ b/chrome/browser/chrome_blob_storage_context.h @@ -24,7 +24,7 @@ class BlobStorageController; // the IO thread (unless specifically called out in doc comments). class ChromeBlobStorageContext : public base::RefCountedThreadSafe<ChromeBlobStorageContext, - ChromeThread::DeleteOnIOThread> { + BrowserThread::DeleteOnIOThread> { public: ChromeBlobStorageContext(); |