| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 104a93f5daa0886eb53b837e34d68cc7acafd9f2..38f35594936b23d8bbfd759946f04741de912e3e 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -12,6 +12,7 @@
|
| #include "base/gfx/vector_canvas.h"
|
| #include "base/histogram.h"
|
| #include "base/path_service.h"
|
| +#include "base/process_util.h"
|
| #include "base/registry.h"
|
| #include "base/string_util.h"
|
| #include "base/tracked_objects.h"
|
|
|