diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 22:24:48 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 22:24:48 +0000 |
commit | d04e76609929454e853117ea8c544774e48d50ed (patch) | |
tree | 4f86e1ab973913bf5238d036a496028b0774f6c1 /chrome/browser/chrome_blob_storage_context.h | |
parent | cc4c9e1dca4f95d322aedff8e520621f4cee5087 (diff) | |
download | chromium_src-d04e76609929454e853117ea8c544774e48d50ed.zip chromium_src-d04e76609929454e853117ea8c544774e48d50ed.tar.gz chromium_src-d04e76609929454e853117ea8c544774e48d50ed.tar.bz2 |
Rename ChromeThread to BrowserThread Part14:
- Rename the entries under the first 40 files.
BUG=56926
TEST=trybots
Review URL: http://codereview.chromium.org/3667002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62126 0039d316-1c4b-4281-b951-d872f2087c98
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(); |