summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/pack_extension_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/pack_extension_job.h')
-rw-r--r--chrome/browser/extensions/pack_extension_job.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/pack_extension_job.h b/chrome/browser/extensions/pack_extension_job.h
index b82e9d0..8a40692 100644
--- a/chrome/browser/extensions/pack_extension_job.h
+++ b/chrome/browser/extensions/pack_extension_job.h
@@ -9,8 +9,8 @@
#include "base/file_path.h"
#include "base/ref_counted.h"
+#include "chrome/browser/chrome_thread.h"
-class MessageLoop;
// Manages packing an extension on the file thread and reporting the result
// back to the UI.
@@ -38,7 +38,7 @@ class PackExtensionJob : public base::RefCountedThreadSafe<PackExtensionJob> {
void ReportSuccessOnUIThread();
void ReportFailureOnUIThread(const std::string& error);
- MessageLoop* ui_loop_;
+ ChromeThread::ID client_thread_id_;
Client* client_;
FilePath root_directory_;
FilePath key_file_;