Index: chrome/common/chrome_process_filter.h |
=================================================================== |
--- chrome/common/chrome_process_filter.h (revision 5371) |
+++ chrome/common/chrome_process_filter.h (working copy) |
@@ -9,7 +9,7 @@ |
// Filter all chrome browser processes that run with the same user data |
// directory. |
-class BrowserProcessFilter : public process_util::ProcessFilter { |
+class BrowserProcessFilter : public base::ProcessFilter { |
public: |
// Create the filter for the given user_data_dir. |
// If user_data_dir is an empty string, will use the PathService |