| Index: chrome/browser/extensions/sandboxed_extension_unpacker.h
|
| ===================================================================
|
| --- chrome/browser/extensions/sandboxed_extension_unpacker.h (revision 30521)
|
| +++ chrome/browser/extensions/sandboxed_extension_unpacker.h (working copy)
|
| @@ -124,7 +124,7 @@
|
| void ReportSuccess();
|
|
|
| FilePath crx_path_;
|
| - MessageLoop* file_loop_;
|
| + ChromeThread::ID thread_identifier_;
|
| ResourceDispatcherHost* rdh_;
|
| scoped_refptr<SandboxedExtensionUnpackerClient> client_;
|
| ScopedTempDir temp_dir_;
|
|
|