diff options
Diffstat (limited to 'chrome/browser/utility_process_host.h')
-rw-r--r-- | chrome/browser/utility_process_host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h index 8aadf35..cbe3aca 100644 --- a/chrome/browser/utility_process_host.h +++ b/chrome/browser/utility_process_host.h @@ -104,7 +104,7 @@ class UtilityProcessHost : public BrowserChildProcessHost { }; UtilityProcessHost(ResourceDispatcherHost* rdh, Client* client, - ChromeThread::ID client_thread_id); + BrowserThread::ID client_thread_id); virtual ~UtilityProcessHost(); // Start a process to unpack the extension at the given path. The process @@ -163,7 +163,7 @@ class UtilityProcessHost : public BrowserChildProcessHost { // A pointer to our client interface, who will be informed of progress. scoped_refptr<Client> client_; - ChromeThread::ID client_thread_id_; + BrowserThread::ID client_thread_id_; // True when running in batch mode, i.e., StartBatchMode() has been called // and the utility process will run until EndBatchMode(). bool is_batch_mode_; |