| Index: chrome/browser/printing/printer_manager_dialog_linux.cc
|
| ===================================================================
|
| --- chrome/browser/printing/printer_manager_dialog_linux.cc (revision 111236)
|
| +++ chrome/browser/printing/printer_manager_dialog_linux.cc (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include "base/environment.h"
|
| #include "base/nix/xdg_util.h"
|
| #include "base/process_util.h"
|
| -#include "content/common/process_watcher.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| using base::Environment;
|
| @@ -54,7 +53,7 @@
|
| LOG(ERROR) << "Failed to open printer manager dialog ";
|
| return;
|
| }
|
| - ProcessWatcher::EnsureProcessGetsReaped(handle);
|
| + base::EnsureProcessGetsReaped(handle);
|
| }
|
|
|
| } // anonymous namespace
|
|
|