summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/sandboxed_extension_unpacker.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-09 12:42:18 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-09 12:42:18 +0000
commitca4b5fa384e6ac932826d178f374d0d23e1296af (patch)
tree2bfcc573f6fb02e9b6f861eb55ac68e51cd07dd8 /chrome/browser/extensions/sandboxed_extension_unpacker.h
parentd8660e5d5b34ee34f1a0ca04a7a1758cf528ced1 (diff)
downloadchromium_src-ca4b5fa384e6ac932826d178f374d0d23e1296af.zip
chromium_src-ca4b5fa384e6ac932826d178f374d0d23e1296af.tar.gz
chromium_src-ca4b5fa384e6ac932826d178f374d0d23e1296af.tar.bz2
Rename ChromeThread to BrowserThread Part10:
- Rename entries under download and extensions. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3685001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/sandboxed_extension_unpacker.h')
-rw-r--r--chrome/browser/extensions/sandboxed_extension_unpacker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/sandboxed_extension_unpacker.h b/chrome/browser/extensions/sandboxed_extension_unpacker.h
index c9de32d..8df1414 100644
--- a/chrome/browser/extensions/sandboxed_extension_unpacker.h
+++ b/chrome/browser/extensions/sandboxed_extension_unpacker.h
@@ -145,7 +145,7 @@ class SandboxedExtensionUnpacker : public UtilityProcessHost::Client {
FilePath temp_path_;
// Our client's thread. This is the thread we respond on.
- ChromeThread::ID thread_identifier_;
+ BrowserThread::ID thread_identifier_;
// ResourceDispatcherHost to pass to the utility process.
ResourceDispatcherHost* rdh_;