| Index: chrome/common/chrome_process_filter.h
|
| diff --git a/chrome/common/chrome_process_filter.h b/chrome/common/chrome_process_filter.h
|
| index 8da4dd361f204d8135394ac6a9cab29e9247a76e..8421fce7cc6fedad297984ffecc4b9de679e38e4 100644
|
| --- a/chrome/common/chrome_process_filter.h
|
| +++ b/chrome/common/chrome_process_filter.h
|
| @@ -18,7 +18,7 @@ class BrowserProcessFilter : public base::ProcessFilter {
|
|
|
| uint32 browser_process_id() const { return browser_process_id_; }
|
|
|
| - virtual bool Includes(uint32 pid, uint32 parent_pid) const;
|
| + virtual bool Includes(base::ProcessId pid, base::ProcessId parent_pid) const;
|
|
|
| private:
|
| std::wstring user_data_dir_;
|
|
|